From 90ecd77534e2f79747079a315623a4e493ab7849 Mon Sep 17 00:00:00 2001 From: gazebo Date: Sat, 19 Oct 2019 20:39:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E7=A6=81=E6=AD=A2=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=B0=8F=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxcallback/scheduler/defsch/defsch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += "成功"