This commit is contained in:
suyl
2021-10-22 16:40:25 +08:00
parent 22ebe82f8e
commit 1607e9cfa8
3 changed files with 6 additions and 4 deletions

View File

@@ -1305,7 +1305,7 @@ func orderSolutionForWuLiao(order *model.GoodsOrder) (err error) {
if err != nil {
return err
}
//分包后的子订单ID默认是后面加两位目前的规则要改的话要注意取消订单那的判断
//分包后的子订单ID默认是原订单ID后面加两位(目前的规则),要改的话要注意取消订单那的判断
outJxOrder.OrderID = utils.Str2Int64(order.VendorOrderID)*100 + int64(k+1)
checkMatterDeliveryAddress(deliveryAddress)
order2, err2 := jxOrder2GoodsOrder(jxcontext.AdminCtx, outJxOrder, deliveryAddress, order.UserID, false, nil)