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