From 57829c5f0ec732a7a73f284e80029b8a6c3d64b6 Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 31 Jul 2019 20:08:33 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E6=B7=BB=E5=8A=A0=E5=B0=8F=E8=B4=B9?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=90=8E=E7=9B=B4=E6=8E=A5=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E5=B0=8F=E8=B4=B9=E4=BF=A1=E6=81=AF?= 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, 2 insertions(+) diff --git a/business/jxcallback/scheduler/defsch/defsch.go b/business/jxcallback/scheduler/defsch/defsch.go index f2af0430e..03d71753d 100644 --- a/business/jxcallback/scheduler/defsch/defsch.go +++ b/business/jxcallback/scheduler/defsch/defsch.go @@ -1038,6 +1038,8 @@ func (s *DefScheduler) handleWaybillTip(savedOrderInfo *WatchOrderInfo) { remark := "" if err == nil { vendorStatus += "成功" + order.WaybillTipMoney = tipFee + partner.CurOrderManager.UpdateOrderFields(order, []string{"WaybillTipMoney"}) } else { vendorStatus += "失败" remark = fmt.Sprint(err)