物料订单创建忘了加fromstoreid
This commit is contained in:
@@ -570,7 +570,7 @@ func jxOrder2GoodsOrder(ctx *jxcontext.Context, jxOrder *JxOrderInfo, deliveryAd
|
||||
}
|
||||
order.TotalShopMoney += jxOrder.FreightPrice
|
||||
order.ActualPayPrice = order.TotalShopMoney
|
||||
|
||||
order.FromStoreID = jxOrder.FromStoreID
|
||||
return order, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user