feat:证照同步Id

This commit is contained in:
苏竹红
2024-12-23 14:17:58 +08:00
parent 525f24bde2
commit 3d5f7638b2
2 changed files with 1 additions and 3 deletions

View File

@@ -212,7 +212,7 @@ public class XxlJobHandler {
log.info("------start sync license------");
boolean hasNext = true;
int pageNum = 1;
int pageSize = 9;
int pageSize = 10;
List<Long> updateSyncList = new ArrayList<>();
while (hasNext) {
PageHelper.startPage(pageNum, pageSize);