恢复榜单

back_recharge
zhangshanxue 2020-11-25 21:19:59 +08:00
parent b16b5e79de
commit 42b0ca9980
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class Cmd_global_gm extends GmAbstract {
if (null != set) {
for (ZSetOperations.TypedTuple<String> item : set) {
if(integer==Integer.valueOf(item.getValue())){
if(integer.equals(Integer.valueOf(item.getValue()))){
uid = item.getValue();
score = item.getScore();
break;