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