This commit is contained in:
aozhiwei 2023-12-11 17:57:03 +08:00
parent e7056d3ad5
commit f37c61a5ca
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ func (this *SeasonRankMgr) CalcRanking() {
}
func (this *SeasonRankMgr) getUsersRecords(lastIdx int64, limit int64) {
sql := fmt.Sprintf("SELECT idx,`address`, account_id,channel,`rank`,score,score_modifytime FROM t_user WHERE score > %d and idx > %d limit %d",
sql := fmt.Sprintf("SELECT * FROM t_user WHERE score > %d and idx > %d limit %d",
constant.BASE_SCORE, lastIdx, limit)
f5.GetJsStyleDb().SelectCustomQuery(
constant.GAME_DB,

2
third_party/f5 vendored

@ -1 +1 @@
Subproject commit 0431c236bd92f7176b45852a85f1fab6d9f3ab86
Subproject commit 30a7e2a6ea30e98772c16e28d3be8b2bec440bb8