解散工会修改

back_recharge
lvxinran 2019-11-20 11:59:55 +08:00
parent d786c79bf7
commit 7d02b70750
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ public class GuilidManager {
String key = RedisUtil.getInstence().getKey("guild-release", "");
while (needContinue){
Set<ZSetOperations.TypedTuple<String>> zsetreverseRangeWithScores = RedisUtil.getInstence().getZsetreverseRangeWithScores("guild-release", "", round*5, (round+1)*5);
Set<ZSetOperations.TypedTuple<String>> zsetreverseRangeWithScores = RedisUtil.getInstence().getZsetRangeWithScores("guild-release", "", round*5, (round+1)*5);
if(zsetreverseRangeWithScores == null || zsetreverseRangeWithScores.isEmpty()){
return;
}