|
@@ -90,7 +90,7 @@ func GetOrderDetailPackages(orderDtId, nums int64, useCache bool) (list []*Produ
|
|
|
select product_id as item_id,product_name as item_title,ceil(nums/%d) as nums from
|
|
select product_id as item_id,product_name as item_title,ceil(nums/%d) as nums from
|
|
|
_, err := orm.NewOrm().Raw(sql, orderDtId).QueryRows(&list)
|
|
_, err := orm.NewOrm().Raw(sql, orderDtId).QueryRows(&list)
|