...
|
...
|
@@ -525,23 +525,23 @@ func RankRangeSort(ids []int64) error { |
|
|
var AllRankItem = []protocol.RankItemInfo{
|
|
|
protocol.RankItemInfo{
|
|
|
ItemName: "总分",
|
|
|
ItemKey: "zongfen",
|
|
|
ItemKey: "total_score",
|
|
|
},
|
|
|
protocol.RankItemInfo{
|
|
|
ItemName: "发现",
|
|
|
ItemKey: "faxian",
|
|
|
ItemKey: "discovery_score",
|
|
|
},
|
|
|
protocol.RankItemInfo{
|
|
|
ItemName: "把握",
|
|
|
ItemKey: "bawo",
|
|
|
ItemKey: "grasp_score",
|
|
|
},
|
|
|
protocol.RankItemInfo{
|
|
|
ItemName: "发现数量",
|
|
|
ItemKey: "faxianshuliang",
|
|
|
ItemKey: "discovery_total",
|
|
|
},
|
|
|
protocol.RankItemInfo{
|
|
|
ItemName: "评论数量",
|
|
|
ItemKey: "pinglunshuliang",
|
|
|
ItemKey: "comment_total",
|
|
|
},
|
|
|
}
|
|
|
|
...
|
...
|
|