暂存
This commit is contained in:
@@ -211,7 +211,7 @@ async function list(req, res) {
|
||||
)
|
||||
|
||||
const [rows] = await pool.query(
|
||||
`${USER_LIST_SQL} ${where} ORDER BY u.id DESC LIMIT ? OFFSET ?`,
|
||||
`${USER_LIST_SQL} ${where} ORDER BY u.id ASC LIMIT ? OFFSET ?`,
|
||||
[...params, pageSize, offset]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user