无运单配送费
This commit is contained in:
@@ -1543,10 +1543,7 @@ func UpdateWaybillDesiredFee(ctx *jxcontext.Context, vendorOrderID string, desir
|
|||||||
if order == nil {
|
if order == nil {
|
||||||
return fmt.Errorf("未找到该订单!orderID: %v", vendorOrderID)
|
return fmt.Errorf("未找到该订单!orderID: %v", vendorOrderID)
|
||||||
}
|
}
|
||||||
bill, err := partner.CurOrderManager.LoadWaybill(order.VendorWaybillID, order.WaybillVendorID)
|
bill, _ := partner.CurOrderManager.LoadWaybill(order.VendorWaybillID, order.WaybillVendorID)
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
if bill == nil {
|
if bill == nil {
|
||||||
waybill := &model.Waybill{
|
waybill := &model.Waybill{
|
||||||
VendorOrderID: order.VendorOrderID,
|
VendorOrderID: order.VendorOrderID,
|
||||||
|
|||||||
Reference in New Issue
Block a user