aa
This commit is contained in:
@@ -1151,7 +1151,7 @@ func GetStoresSkusSaleInfoNew(ctx *jxcontext.Context, vendorIDs, storeIDs, skuID
|
||||
sql += " AND (e.name LIKE ? OR d.name LIKE ? OR d.id = ? OR a.vendor_order_id = ?)"
|
||||
sqlParams = append(sqlParams, "%"+keyword+"%", "%"+keyword+"%", keyword, keyword)
|
||||
}
|
||||
sql += " GROUP BY 1, 2, 3, 4, 5, 6"
|
||||
sql += " GROUP BY 1, 2, 3, 4, 5, 6, 7, 8, 9"
|
||||
if dataMap["saleCountBegin"] != nil || dataMap["saleCountEnd"] != nil {
|
||||
sql += " HAVING"
|
||||
if dataMap["saleCountBegin"] != nil {
|
||||
|
||||
Reference in New Issue
Block a user