Browse Source

增加系统配置接口

kobe6258 4 months ago
parent
commit
c3f0987507
1 changed files with 1 additions and 0 deletions
  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,