t添加打桩语句

This commit is contained in:
邹宗楠
2022-03-05 16:27:48 +08:00
parent bcf8f3164e
commit 3e72048bcf
3 changed files with 3 additions and 0 deletions

View File

@@ -383,6 +383,7 @@ func (s *DefScheduler) QueryOrderWaybillFeeInfoEx(ctx *jxcontext.Context, vendor
} else {
if handler := partner.GetDeliveryPlatformFromVendorID(storeCourier.VendorID); handler != nil {
if handler.Use4CreateWaybill {
globals.SugarLogger.Warnf("获取美团运单开始", handler.Handler.GetVendorID())
// 获取订单配送费用
if feeInfo, err = handler.Handler.GetWaybillFee(order); err != nil {
feeInfo = &partner.WaybillFeeInfo{