排行榜:fix

This commit is contained in:
luying
2021-04-13 10:55:10 +08:00
parent 919ef03a58
commit 0bda2469d9
2 changed files with 3 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ export class RoleHandler {
let received = role.rankReceived.filter(rewardId => {
let dic = gameData.generalRankReward.get(rewardId);
return dic && dic.rankId == id;
return dic && dic.rankId == type;
});
return resResult(STATUS.SUCCESS, {