作者 tangxvhui

更新

@@ -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)