|
|
@@ -489,7 +489,7 @@ func NewSortingData(c *gin.Context) []map[string]string { |
|
|
|
} |
|
|
|
oIds = append(oIds, utils.Int64ToStr(v.Oid)) |
|
|
|
} |
|
|
|
sql := `SELECT SUM(num) as num,SUM(success_num) as success_num,goods_title,sku FROM order_goods WHERE %s oid in (%s) and make_date=%s and goods_type=0 GROUP BY enterprise_id,goods_id,sku_id` |
|
|
|
sql := `SELECT SUM(num) as num,SUM(success_num) as success_num,goods_title,sku FROM order_goods WHERE %s oid in (%s) and make_date=%s and goods_type=0 GROUP BY enterprise_id,goods_id,sku_id ORDER BY id asc` |
|
|
|
str := "" |
|
|
|
if args["name"] != "" { |
|
|
|
str = " goods_title like %" + args["name"] + "% and " |
|
|
|