aa
This commit is contained in:
@@ -4297,8 +4297,7 @@ func QueryPageStores2(db *dao.DaoDB, pageSize, offset int, keyword string, vendo
|
|||||||
sql += ")"
|
sql += ")"
|
||||||
}
|
}
|
||||||
sql += `
|
sql += `
|
||||||
ORDER BY t1.recent_order_num DESC
|
LIMIT ? OFFSET ?
|
||||||
LIMIT ? OFFSET ?
|
|
||||||
`
|
`
|
||||||
pageSize = jxutils.FormalizePageSize(pageSize)
|
pageSize = jxutils.FormalizePageSize(pageSize)
|
||||||
offset = jxutils.FormalizePageOffset(offset)
|
offset = jxutils.FormalizePageOffset(offset)
|
||||||
|
|||||||
Reference in New Issue
Block a user