价格审核查询按updatedat倒叙
This commit is contained in:
@@ -1598,7 +1598,7 @@ func GetStoreSkuAudit(db *DaoDB, storeIDs, nameIDs, skuIDs, statuss, types []int
|
||||
sql += " AND d.market_man_phone LIKE ? "
|
||||
sqlParams = append(sqlParams, "%"+marketManPhone+"%")
|
||||
}
|
||||
sql += " LIMIT ? OFFSET ? ORDER BY a.updated_at DESC"
|
||||
sql += " ORDER BY a.updated_at DESC LIMIT ? OFFSET ?"
|
||||
pageSize = jxutils.FormalizePageSize(pageSize)
|
||||
sqlParams = append(sqlParams, pageSize, offset)
|
||||
Begin(db)
|
||||
|
||||
Reference in New Issue
Block a user