@@ -86,7 +86,7 @@ func GetOrderDetailPackages(orderDtId, nums int64, useCache bool) (list []*Produ
sql :=
fmt.Sprintf(`
- select product_id as item_id,title as item_title,nums/%d from
+ select product_id as item_id,title as item_title,nums/%d as nums from
order_base_details
where order_dt_id = ? ;
`, nums)