|
@@ -19,6 +19,7 @@ type ProductOrderDTO struct {
|
|
UserID int
|
|
UserID int
|
|
TemplateUserID int
|
|
TemplateUserID int
|
|
RealName string
|
|
RealName string
|
|
|
|
+ TradeNo string
|
|
AreaCode string
|
|
AreaCode string
|
|
Mobile string
|
|
Mobile string
|
|
ProductID int
|
|
ProductID int
|
|
@@ -113,6 +114,7 @@ func convertProductOrderDTO(order orderDao.ProductOrder) (orderDTO ProductOrderD
|
|
UserID: order.UserID,
|
|
UserID: order.UserID,
|
|
TemplateUserID: order.UserID,
|
|
TemplateUserID: order.UserID,
|
|
ProductID: order.ProductID,
|
|
ProductID: order.ProductID,
|
|
|
|
+ TradeNo: order.TradeNO,
|
|
TotalAmount: order.TotalAmount,
|
|
TotalAmount: order.TotalAmount,
|
|
PaymentWay: string(order.PaymentWay),
|
|
PaymentWay: string(order.PaymentWay),
|
|
Status: string(order.Status),
|
|
Status: string(order.Status),
|