...
|
...
|
@@ -555,7 +555,7 @@ func (c *OrderInfoController) addOrderReal(param postRealOrderDetail) error { |
|
|
newGoods = append(newGoods, g)
|
|
|
}
|
|
|
createcmd := orderCmd.CreateOrderCommand{
|
|
|
OrderType: domain.OrderIntention,
|
|
|
OrderType: domain.OrderReal,
|
|
|
OrderCode: param.OrderId,
|
|
|
DeliveryCode: param.ShipmentsId,
|
|
|
BuyerName: param.BuyerName,
|
...
|
...
|
|