From cf601f9466db53d95661dc913487622c438e3d0c Mon Sep 17 00:00:00 2001 From: xiabin Date: Fri, 24 Jan 2025 10:02:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C=E9=95=BF=E5=BA=A6?= =?UTF-8?q?=E8=AE=BE=E4=B8=BA99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game_open_api/model/game_score_model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_open_api/model/game_score_model.go b/game_open_api/model/game_score_model.go index c44450a..92fed74 100644 --- a/game_open_api/model/game_score_model.go +++ b/game_open_api/model/game_score_model.go @@ -83,7 +83,7 @@ FROM WHERE game_score.app_account = ? AND game_score.t = ? - LIMIT 20` + LIMIT 99` return conn.QueryRowsPartialCtx(ctx, v, query, appId, t) }) switch {