This commit is contained in:
邹宗楠
2024-01-22 18:29:28 +08:00
parent 38bb7f32dc
commit 743e70d759
3 changed files with 3 additions and 3 deletions

View File

@@ -287,7 +287,6 @@ func (s *DefScheduler) CreateWaybillOnProvidersEx(ctx *jxcontext.Context, vendor
return nil, errCode, err
}
}
globals.SugarLogger.Debugf("============maxDeliveryFee := %d", maxDeliveryFee)
excludeCourierVendorIDs := make([]int, 0, 0)
allDelivery := map[int]int{model.VendorIDFengNiao: 1, model.VendorIDDada: 1, model.VendorIDMTPS: 1, model.VendorIDUUPT: 1, model.VendorIDSFPS: 1}
for _, v := range courierVendorIDs {