恢复榜单

back_recharge
zhangshanxue 2020-11-25 21:14:27 +08:00
parent 8ea43c3aff
commit b16b5e79de
1 changed files with 3 additions and 1 deletions

View File

@ -96,9 +96,11 @@ public class Cmd_global_gm extends GmAbstract {
Set<ZSetOperations.TypedTuple<String>> set = RedisUtil.getInstence().getAllZsetRange(key);
if (null != set) {
for (ZSetOperations.TypedTuple<String> item : set) {
if(integerIntegerHashMap.containsKey(Integer.valueOf(item.getValue()))){
if(integer==Integer.valueOf(item.getValue())){
uid = item.getValue();
score = item.getScore();
break;
}
}
if(uid!=null&&!uid.isEmpty()){