恢复榜单
parent
8ea43c3aff
commit
b16b5e79de
|
@ -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()){
|
||||
|
|
Loading…
Reference in New Issue