From 75ae2deca4bed3a46d48ab763ca6dc8b7ba37bb3 Mon Sep 17 00:00:00 2001 From: infin_caishuxiao Date: Sun, 25 Feb 2018 23:43:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=B8=BA=E5=95=A5=E8=87=AA=E5=8A=A8=E5=88=86=E9=85=8D?= =?UTF-8?q?=E4=B8=8D=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/infincash/cron/collection/CronCollectionServiceImpl.java | 1 + 1 file changed, 1 insertion(+) 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");