排行榜长度设为99

This commit is contained in:
xiabin 2025-01-24 10:02:02 +08:00
parent 23a91824a0
commit cf601f9466

View File

@ -83,7 +83,7 @@ FROM
WHERE WHERE
game_score.app_account = ? game_score.app_account = ?
AND game_score.t = ? AND game_score.t = ?
LIMIT 20` LIMIT 99`
return conn.QueryRowsPartialCtx(ctx, v, query, appId, t) return conn.QueryRowsPartialCtx(ctx, v, query, appId, t)
}) })
switch { switch {