1
This commit is contained in:
@@ -539,8 +539,6 @@ func (s *DefScheduler) QueryOrderWaybillFeeInfoEx(ctx *jxcontext.Context, vendor
|
|||||||
if storeCourier.VendorID == model.VendorIDFengNiao {
|
if storeCourier.VendorID == model.VendorIDFengNiao {
|
||||||
feeInfo.DeliveryFee += model.WayBillDeliveryMarkUp // 蜂鸟加
|
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.DeliveryFee += int64(store.FreightMarkup)
|
||||||
feeInfo.TimeoutSecond = timeoutSecond
|
feeInfo.TimeoutSecond = timeoutSecond
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user