|
@@ -147,7 +147,7 @@ public class OrgCloudServiceProvider extends ControllerSupport implements OrgClo
|
|
|
Iterator<OrgEntity> iterator = page.iterator();
|
|
|
|
|
|
List<OrgBean> list = Lists.newArrayList();
|
|
|
- long next = 0;
|
|
|
+ long next = start;
|
|
|
while (iterator.hasNext()) {
|
|
|
OrgEntity org = iterator.next();
|
|
|
OrgBean orgBean = new OrgBean();
|