作者 tangxvhui

修复bug

... ... @@ -250,6 +250,8 @@ func (service OrderService) UpdateOrderPurpose(command command.UpdateOrderComman
"oderName": command.OrderName,
"orderCount": command.OrderCount,
"orderAmount": command.OrderAmount,
"orderActualCount": command.OrderCount,
"orderActualAmount": command.OrderCount,
"buyer": domain.Buyer{
BuyerName: orderData.Buyer.BuyerName,
ContactInfo: command.BuyerPhone,
... ...