社稷积分

back_recharge
zhangshanxue 2020-12-10 16:37:14 +08:00
parent 13849ac7b8
commit 64700c9190
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ public class Cmd_fixsj extends GmAbstract {
for (Integer uid : sendUids) { for (Integer uid : sendUids) {
Double zSetScore1 = RedisUtil.getInstence().getZSetScore(RankEnum.EXPERT_RANK.getRedisKey(), "50002", Integer.toString(uid)); Double zSetScore1 = RedisUtil.getInstence().getZSetScore(RankEnum.EXPERT_RANK.getRedisKey(), "50002", Integer.toString(uid));
if(zSetScore1<0){
zSetScore1=0d;
}
sumValue+=zSetScore1; sumValue+=zSetScore1;
} }
if(sumValue<0){ if(sumValue<0){