正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -555,7 +555,7 @@ func (c *OrderInfoController) addOrderReal(param postRealOrderDetail) error { | @@ -555,7 +555,7 @@ func (c *OrderInfoController) addOrderReal(param postRealOrderDetail) error { | ||
555 | newGoods = append(newGoods, g) | 555 | newGoods = append(newGoods, g) |
556 | } | 556 | } |
557 | createcmd := orderCmd.CreateOrderCommand{ | 557 | createcmd := orderCmd.CreateOrderCommand{ |
558 | - OrderType: domain.OrderIntention, | 558 | + OrderType: domain.OrderReal, |
559 | OrderCode: param.OrderId, | 559 | OrderCode: param.OrderId, |
560 | DeliveryCode: param.ShipmentsId, | 560 | DeliveryCode: param.ShipmentsId, |
561 | BuyerName: param.BuyerName, | 561 | BuyerName: param.BuyerName, |
-
请 注册 或 登录 后发表评论