Commit 5e1f8965 authored by haoyanbin's avatar haoyanbin

Rank

parent 71c47c70
...@@ -373,6 +373,7 @@ func (e *OrgPlayerRank) GetRankTeamInfo(teamId string, seasonId string, data *dt ...@@ -373,6 +373,7 @@ func (e *OrgPlayerRank) GetRankTeamInfo(teamId string, seasonId string, data *dt
for _, v := range list { for _, v := range list {
if v.Id == teamId { if v.Id == teamId {
data.ScoringRank = v.Rank data.ScoringRank = v.Rank
data.CompositeRank = v.Rank
} }
} }
e.rankingRebound(&list) e.rankingRebound(&list)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment