Showing
1 changed file
with
1 additions
and
0 deletions
@@ -66,6 +66,7 @@ public class UserInfoDataSyncServiceImpl { | @@ -66,6 +66,7 @@ public class UserInfoDataSyncServiceImpl { | ||
66 | List<UserInfo> userInfoList = userInfoRepository.queryAllByYoho_uid(uid,endUid, pageReq); | 66 | List<UserInfo> userInfoList = userInfoRepository.queryAllByYoho_uid(uid,endUid, pageReq); |
67 | if(!CollectionUtils.isEmpty(userInfoList)){ | 67 | if(!CollectionUtils.isEmpty(userInfoList)){ |
68 | writeData(userInfoList); | 68 | writeData(userInfoList); |
69 | + logger.info("current page is {}", i); | ||
69 | } | 70 | } |
70 | try { | 71 | try { |
71 | Thread.sleep(200); | 72 | Thread.sleep(200); |
-
Please register or login to post a comment