1
This commit is contained in:
@@ -528,8 +528,10 @@ func (s *DefScheduler) QueryOrderWaybillFeeInfoEx(ctx *jxcontext.Context, vendor
|
|||||||
ErrStr: err.Error(),
|
ErrStr: err.Error(),
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
globals.SugarLogger.Debugf("==============GetWaybillFee := %s", utils.Format4Output(feeInfo, false))
|
||||||
feeInfo.DeliveryFee += model.WayBillDeliveryMarkUp // 加收两毛
|
feeInfo.DeliveryFee += model.WayBillDeliveryMarkUp // 加收两毛
|
||||||
feeInfo.TimeoutSecond = timeoutSecond
|
feeInfo.TimeoutSecond = timeoutSecond
|
||||||
|
globals.SugarLogger.Debugf("==============GetWaybillFee := %s", utils.Format4Output(feeInfo, false))
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
feeInfo = &partner.WaybillFeeInfo{
|
feeInfo = &partner.WaybillFeeInfo{
|
||||||
|
|||||||
@@ -207,6 +207,8 @@ func GetOrderRiderInfoToPlatform(orderId string, wayBillStatus int) {
|
|||||||
continue
|
continue
|
||||||
case model.VendorIDDD: // 抖店小时达
|
case model.VendorIDDD: // 抖店小时达
|
||||||
continue
|
continue
|
||||||
|
case model.VendorIDJX: // 京西平台
|
||||||
|
continue
|
||||||
default:
|
default:
|
||||||
globals.SugarLogger.Errorf("Order source error, non system order: %s", v.VendorOrderID)
|
globals.SugarLogger.Errorf("Order source error, non system order: %s", v.VendorOrderID)
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user