正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -251,7 +251,7 @@ func (service OrderService) UpdateOrderPurpose(command command.UpdateOrderComman | @@ -251,7 +251,7 @@ func (service OrderService) UpdateOrderPurpose(command command.UpdateOrderComman | ||
| 251 | "orderCount": command.OrderCount, | 251 | "orderCount": command.OrderCount, |
| 252 | "orderAmount": command.OrderAmount, | 252 | "orderAmount": command.OrderAmount, |
| 253 | "orderActualCount": command.OrderCount, | 253 | "orderActualCount": command.OrderCount, |
| 254 | - "orderActualAmount": command.OrderCount, | 254 | + "orderActualAmount": command.OrderAmount, |
| 255 | "buyer": domain.Buyer{ | 255 | "buyer": domain.Buyer{ |
| 256 | BuyerName: orderData.Buyer.BuyerName, | 256 | BuyerName: orderData.Buyer.BuyerName, |
| 257 | ContactInfo: command.BuyerPhone, | 257 | ContactInfo: command.BuyerPhone, |
-
请 注册 或 登录 后发表评论