|
@@ -207,9 +207,9 @@ func syncGnIndex(currIndex, pageSize int, baseLastUpdateTimeStr string) (err err
|
|
|
if tmpErr != nil {
|
|
|
errMsgList = append(errMsgList, tmpErr.Error())
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
|
|
|
+ fmt.Println(currIndex, "是否已结束:", result.Data.Paging.IsEnd)
|
|
|
// 如果还有下一页,那么就继续请求下一页
|
|
|
if !result.Data.Paging.IsEnd {
|
|
|
_, tmpErrMsgList := syncGnIndex(currIndex+1, utils.SyncCrmIndexNum, baseLastUpdateTimeStr)
|