1
This commit is contained in:
@@ -206,7 +206,6 @@ func (s *DefScheduler) CreateWaybillOnProviders4SavedOrder(ctx *jxcontext.Contex
|
||||
}
|
||||
newPrice = maxFee
|
||||
}
|
||||
globals.SugarLogger.Debugf("==========newPrice := %d", newPrice)
|
||||
// 门店支出运费,门店发单
|
||||
if order.CreateDeliveryType == model.YES {
|
||||
if storeAcct.AccountBalance > int(newPrice) {
|
||||
@@ -527,7 +526,6 @@ func (s *DefScheduler) QueryOrderWaybillFeeInfoEx(ctx *jxcontext.Context, vendor
|
||||
} else {
|
||||
feeInfo.DeliveryFee += model.WayBillDeliveryMarkUp // 加收两毛
|
||||
feeInfo.TimeoutSecond = timeoutSecond
|
||||
globals.SugarLogger.Debugf("预下单加价==============GetWaybillFee := %s", utils.Format4Output(feeInfo, false))
|
||||
}
|
||||
} else {
|
||||
feeInfo = &partner.WaybillFeeInfo{
|
||||
|
||||
Reference in New Issue
Block a user