From f37c61a5ca0b0723df72940ea7a839db62b8cfd4 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 11 Dec 2023 17:57:03 +0800 Subject: [PATCH] 1 --- server/gameservice/task/seasonRanking.go | 2 +- third_party/f5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/gameservice/task/seasonRanking.go b/server/gameservice/task/seasonRanking.go index 9b50ed18..e8f40202 100644 --- a/server/gameservice/task/seasonRanking.go +++ b/server/gameservice/task/seasonRanking.go @@ -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, diff --git a/third_party/f5 b/third_party/f5 index 0431c236..30a7e2a6 160000 --- a/third_party/f5 +++ b/third_party/f5 @@ -1 +1 @@ -Subproject commit 0431c236bd92f7176b45852a85f1fab6d9f3ab86 +Subproject commit 30a7e2a6ea30e98772c16e28d3be8b2bec440bb8