作者 tangxvhui

bug 修复

@@ -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,