赛季数据解析
This commit is contained in:
parent
adced06a7a
commit
7130c5141f
@ -55,7 +55,7 @@ func (this *apiComp) SeasonRank(session comm.IUserSession, req *pb.VikingSeasonR
|
||||
}
|
||||
}
|
||||
|
||||
dbModel := db.NewDBModel(comm.TableVikingRank, 0, conn)
|
||||
dbModel := db.NewDBModel(comm.TableVikingSRank, 0, conn)
|
||||
|
||||
pipe = conn.Redis.RedisPipe(context.TODO())
|
||||
rd = pipe.ZRevRange("vSeasonRank"+strconv.Itoa(int(req.BoosType)), 0, comm.MaxRankList)
|
||||
|
Loading…
Reference in New Issue
Block a user