From 33f2e2b74d92f8f372087c5ccf819da0671cd9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 7 Jan 2020 08:26:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=AE=E8=AF=84=E6=89=A3=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxcallback/orderman/order.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index b1de96c8c..7a1316965 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -781,9 +781,6 @@ func AddUpdateOrdersSupplement(ctx *jxcontext.Context, ordersSupplement *model.O id = ordersSupplement.ID ) now := time.Now() - if *ordersSupplement.VendorID == -1 { - ordersSupplement.VendorID = nil - } ordersSupplement.SupplementTime = &now defer func() { if r := recover(); r != nil || err != nil {