diff --git a/infintech-executors/executor-collection-dispatcher/src/main/java/com/infincash/cron/collection/CronCollectionServiceImpl.java b/infintech-executors/executor-collection-dispatcher/src/main/java/com/infincash/cron/collection/CronCollectionServiceImpl.java index 50db7077..c59d64ee 100644 --- a/infintech-executors/executor-collection-dispatcher/src/main/java/com/infincash/cron/collection/CronCollectionServiceImpl.java +++ b/infintech-executors/executor-collection-dispatcher/src/main/java/com/infincash/cron/collection/CronCollectionServiceImpl.java @@ -57,6 +57,7 @@ public class CronCollectionServiceImpl implements CronCollectionService List list = entry.getValue(); int a = 0; for (TBizCollection s : list) { + XxlJobLogger.log("a: "+a+", cycle: "+cycle+", a%cycle:" + a%cycle); Map tmpMap = userList.get(a%cycle); String userId = (String) tmpMap.get("user_id"); String userRealName = (String) tmpMap.get("real_name");