补充2:跨服分组兼容,当分组id<=0时,表示不用跨服
parent
803280eaf0
commit
9836cab7a7
|
@ -279,7 +279,8 @@ public class GlobleSystemLogic implements IEventHandler {
|
|||
}
|
||||
split.put(entry.getKey(),entry.getValue());
|
||||
}
|
||||
|
||||
// 删除上期分组数据,并赋值新分组数据
|
||||
redisUtil.remove(redisUtil.getKey(RedisKey.SERVER_SPLIT_INFO,""));
|
||||
redisUtil.putMapEntrys(RedisKey.SERVER_SPLIT_INFO,"",split);
|
||||
//发分组邮件
|
||||
split.keySet().forEach(server->redisUtil.putMapEntry(RedisKey.SERVER_SPLIT_MAIL_INFO,"",server,0));
|
||||
|
|
Loading…
Reference in New Issue