十绝阵key修改

lvxinran 2021-01-08 14:19:24 +08:00
parent fa6e6bcad5
commit 29b4dc5fdd
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class DeathPathCrossTotalGuildRank extends AbstractCrossRank {
protected void getOptional(int index, ZSetOperations.TypedTuple<String> data, PlayerInfoProto.RankResponse.Builder builder) throws Exception {
GuildInfoCache crossGuild = getCrossGuild(Integer.parseInt(data.getValue()));
DeathChallengeCount countInfo = RedisUtil.getInstence().getObject(crossGuild.getServerId()+":"+RedisKey.DEATH_PAHT_TOTAL_CHALLENGE_COUNT+":"+String.valueOf(data.getValue()), DeathChallengeCount.class);
DeathChallengeCount countInfo = RedisUtil.getInstence().getObject(crossGuild.getServerId()+":"+RedisKey.DEATH_PATH_TOTAL_CHALLENGE_COUNT+":"+String.valueOf(data.getValue()), DeathChallengeCount.class);
GuildInfoCache everyGuild =getCrossGuild(Integer.parseInt(data.getValue()));
CommonProto.RankInfo.Builder everyRankInfo = CommonProto.RankInfo.newBuilder()
.setRank(index)