作者 tangxvhui

修复bug

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