Browse Source

增加系统配置接口

kobe6258 4 tháng trước cách đây
mục cha
commit
c3f0987507
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controllers/order.go

+ 1 - 0
controllers/order.go

@@ -233,6 +233,7 @@ func (this *OrderController) ProductOrderList() {
 				RefundTradeId: orderItem.RefundTradeId,
 				PaymentWay:    PaymentWayMap[orderItem.PaymentWay],
 				PaymentAmount: orderItem.PaymentAmount,
+				PaymentTime:   orderItem.PaymentTime.Format(time.DateTime),
 				Status:        ProductOrderStatus[orderItem.Status],
 				RefundStatus:  RefundStatusMap[orderItem.RefundStatus],
 				Remark:        orderItem.Remark,