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