...
|
...
|
@@ -467,6 +467,8 @@ func (c *OrderInfoController) GetOrderReal() { |
|
|
"orderNumCountControl": "",
|
|
|
"orderAmountAdjustmentCountControl": "",
|
|
|
"product": allGoods,
|
|
|
"create_time": orderinfo.CreateTime.Local().Format("2006-01-02 15:04:06"),
|
|
|
"update_time": orderinfo.UpdateTime.Local().Format("2006-01-02 15:04:06"),
|
|
|
}
|
|
|
if orderinfo.OrderCompute.UseOrderAmount >= 0 {
|
|
|
rsp["orderNumCountControl"] = fmt.Sprint(orderinfo.OrderCompute.UseOrderAmount)
|
...
|
...
|
|