cdk全渠道需求
parent
498dbbb80f
commit
743e54ceb5
|
@ -2,7 +2,7 @@ package com.ljsd.jieling.kefu;
|
|||
|
||||
import com.ljsd.jieling.db.redis.RedisKey;
|
||||
import com.ljsd.jieling.db.redis.RedisUtil;
|
||||
|
||||
import com.ljsd.jieling.hotfix.HotfixUtil;
|
||||
public class Cmd_join_gm extends GmAbstract {
|
||||
@Override
|
||||
public boolean exec(String[] args) throws Exception {
|
||||
|
@ -11,7 +11,7 @@ public class Cmd_join_gm extends GmAbstract {
|
|||
// String key = RedisKey.getKey(RedisKey.FORCE_RANK, "", false);
|
||||
// RedisUtil.getInstence().zsetAddOne(key, String.valueOf(10000+i), 10000+i);
|
||||
// }
|
||||
|
||||
HotfixUtil.getInstance();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,6 +53,7 @@ public class MinuteTask extends Thread {
|
|||
LOGGER.info("MinuteTask start...");
|
||||
LOGGER.info("online use num::"+ OnlineUserManager.sessionMap.entrySet().size());
|
||||
//TODO 每分钟逻辑通过监听事件处理 已经迁移活动和热更新
|
||||
HotfixUtil.getInstance();
|
||||
Poster.getPoster().dispatchEvent(new MinuteTaskEvent());
|
||||
|
||||
MessageUtil.checkAndSendMsg();
|
||||
|
|
Loading…
Reference in New Issue