灵脉每天0点清除排行榜
parent
5692983874
commit
3b1e6930d3
|
@ -174,6 +174,11 @@ public class CrossLingmaiLogic {
|
|||
redisUtil.del(key2);
|
||||
LOGGER.info("灵脉初始化,key:{}, 长度:{}",key2,mapValue2.size());
|
||||
mapValue2.clear();
|
||||
//清除排行榜
|
||||
String rkey1 = RedisUtil.getInstence().getKey(RedisKey.CROSS_LINGMAI_RANK_PERSON, crossGroup + RedisKey.Delimiter_colon + "1",false);
|
||||
String rkey2 = RedisUtil.getInstence().getKey(RedisKey.CROSS_LINGMAI_RANK_PERSON, crossGroup + RedisKey.Delimiter_colon + "2",false);
|
||||
RedisUtil.getInstence().del(rkey1);
|
||||
RedisUtil.getInstence().del(rkey2);
|
||||
}
|
||||
|
||||
public static LingMaiSecretArea getLingaMaiData(int id, int uid,int crossGroup,int group) {
|
||||
|
|
Loading…
Reference in New Issue