优化一下
parent
be4c659ffa
commit
093ddaa0e9
|
@ -435,6 +435,7 @@ public class SevenWorldLogic {
|
|||
public void sendRankReward(){
|
||||
if (isTime()){
|
||||
LOGGER.info("七界试炼活动结束,开始发奖...{{}}",isEnd());
|
||||
SevenWorldLogic.setEnd(true);
|
||||
// 排行榜
|
||||
String crossRedisKey = RankContext.getRankEnum(RankEnum.CROSS_SEVEN_WORLD_RANK.getType()).getCrossRedisKey();
|
||||
Set<ZSetOperations.TypedTuple<String>> range = RedisUtil.getInstence().getZsetreverseRangeWithScores(crossRedisKey,"",0,-1,false);
|
||||
|
@ -463,7 +464,6 @@ public class SevenWorldLogic {
|
|||
}
|
||||
}
|
||||
}
|
||||
SevenWorldLogic.setEnd(true);
|
||||
LOGGER.info("七界试炼活动结束,发奖完成...{{}}",isEnd());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue