- ORDER BY t1.recent_order_num DESC in QueryPageStores
This commit is contained in:
@@ -66,6 +66,7 @@ func QueryPageStores(db *DaoDB, pageSize, offset int, keyword string, vendorStor
|
||||
sql += ")"
|
||||
}
|
||||
sql += `
|
||||
ORDER BY t1.recent_order_num DESC
|
||||
LIMIT ? OFFSET ?
|
||||
`
|
||||
pageSize = FormalizePageSize(pageSize)
|
||||
|
||||
Reference in New Issue
Block a user