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