This commit is contained in:
邹宗楠
2025-10-24 12:43:11 +08:00
parent 7e212f7c4f
commit 13ca845c82
2 changed files with 3 additions and 0 deletions

View File

@@ -539,6 +539,8 @@ func (s *DefScheduler) QueryOrderWaybillFeeInfoEx(ctx *jxcontext.Context, vendor
if storeCourier.VendorID == model.VendorIDFengNiao {
feeInfo.DeliveryFee += model.WayBillDeliveryMarkUp // 蜂鸟加
}
globals.SugarLogger.Debugf("---feeinfio := %s", utils.Format4Output(feeInfo, false))
globals.SugarLogger.Debugf("---store := %s", utils.Format4Output(store, false))
feeInfo.DeliveryFee += int64(store.FreightMarkup)
feeInfo.TimeoutSecond = timeoutSecond
}