Commit 884b9059 by huangZW

111

parent 0fcd734b
......@@ -228,6 +228,7 @@ public class QywxGroupSyncOperation implements BaseSyncOperation {
int pre = count/pageSize+1;
int i= 0;
while(i<pre){
logger.info("这是第{}次,进入",i);
i++;
int fromIndex = (i-1)*pageSize;
int toIndex = (count-fromIndex) > pageSize ? (fromIndex+pageSize):count;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment