增加日志查询为啥自动分配不行

pull/5/head
infin_caishuxiao 8 years ago
parent 65c7a3a3b1
commit 75ae2deca4

@ -57,6 +57,7 @@ public class CronCollectionServiceImpl implements CronCollectionService
List<TBizCollection> list = entry.getValue();
int a = 0;
for (TBizCollection s : list) {
XxlJobLogger.log("a: "+a+", cycle: "+cycle+", a%cycle:" + a%cycle);
Map<String, Object> tmpMap = userList.get(a%cycle);
String userId = (String) tmpMap.get("user_id");
String userRealName = (String) tmpMap.get("real_name");

Loading…
Cancel
Save