排行榜长度设为99
This commit is contained in:
parent
23a91824a0
commit
cf601f9466
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user