This commit is contained in:
suyl
2021-05-12 11:56:05 +08:00
parent 066d9c16e3
commit 0bc913e993

View File

@@ -4297,8 +4297,7 @@ func QueryPageStores2(db *dao.DaoDB, pageSize, offset int, keyword string, vendo
sql += ")"
}
sql += `
ORDER BY t1.recent_order_num DESC
LIMIT ? OFFSET ?
LIMIT ? OFFSET ?
`
pageSize = jxutils.FormalizePageSize(pageSize)
offset = jxutils.FormalizePageOffset(offset)