Commit 4668f8a0 authored by hujiebin's avatar hujiebin

30+

parent a97ec9c7
...@@ -221,7 +221,7 @@ func CpMy(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -221,7 +221,7 @@ func CpMy(c *gin.Context) (*mycontext.MyContext, error) {
} }
if relation.UserId2 > 0 { if relation.UserId2 > 0 {
response.User2 = userBases[relation.UserId2] response.User2 = userBases[relation.UserId2]
response.Ranking = "99+" response.Ranking = "30+"
ranks := cp_m.PageCpDayRank(model, beginDate, endDate, 0, 30) ranks := cp_m.PageCpDayRank(model, beginDate, endDate, 0, 30)
for i, rank := range ranks { for i, rank := range ranks {
if relation.ID == rank.CpId { if relation.ID == rank.CpId {
......
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