正在显示
2 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -467,6 +467,8 @@ func (c *OrderInfoController) GetOrderReal() { | @@ -467,6 +467,8 @@ func (c *OrderInfoController) GetOrderReal() { | ||
| 467 | "orderNumCountControl": "", | 467 | "orderNumCountControl": "", |
| 468 | "orderAmountAdjustmentCountControl": "", | 468 | "orderAmountAdjustmentCountControl": "", |
| 469 | "product": allGoods, | 469 | "product": allGoods, |
| 470 | + "create_time": orderinfo.CreateTime.Local().Format("2006-01-02 15:04:06"), | ||
| 471 | + "update_time": orderinfo.UpdateTime.Local().Format("2006-01-02 15:04:06"), | ||
| 470 | } | 472 | } |
| 471 | if orderinfo.OrderCompute.UseOrderAmount >= 0 { | 473 | if orderinfo.OrderCompute.UseOrderAmount >= 0 { |
| 472 | rsp["orderNumCountControl"] = fmt.Sprint(orderinfo.OrderCompute.UseOrderAmount) | 474 | rsp["orderNumCountControl"] = fmt.Sprint(orderinfo.OrderCompute.UseOrderAmount) |
-
请 注册 或 登录 后发表评论