back_recharge
parent
a7b964ffcc
commit
34249d3d3f
|
@ -434,6 +434,7 @@ public class SevenWorldLogic {
|
|||
*/
|
||||
public void sendRankReward(){
|
||||
if (isTime()){
|
||||
LOGGER.info("七界试炼活动结束,开始发奖...{{}}",isEnd());
|
||||
// 排行榜
|
||||
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,7 @@ public class SevenWorldLogic {
|
|||
rank++;
|
||||
}
|
||||
SevenWorldLogic.setEnd(true);
|
||||
System.out.print("七界试炼活动结束,发奖完成...\n");
|
||||
LOGGER.info("七界试炼活动结束,发奖完成...{{}}",isEnd());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue