diff --git a/business/jxcallback/scheduler/defsch/defsch.go b/business/jxcallback/scheduler/defsch/defsch.go index eb6d80b1e..9359401fa 100644 --- a/business/jxcallback/scheduler/defsch/defsch.go +++ b/business/jxcallback/scheduler/defsch/defsch.go @@ -1068,7 +1068,7 @@ func (s *DefScheduler) watchOrderWaybills(savedOrderInfo *WatchOrderInfo) { if curTipFee, err := handler.GetWaybillTip(jxcontext.AdminCtx, order); err == nil { tipFee2Add := tipFee - curTipFee vendorStatus += fmt.Sprintf(", 本次添加:%s", jxutils.IntPrice2StandardCurrencyString(tipFee2Add)) - if tipFee2Add > 0 { + if false { //tipFee2Add > 0 { err := handler.AddWaybillTip(jxcontext.AdminCtx, order, tipFee2Add) if err == nil { vendorStatus += "成功"