From f0e97d7fa78f47ac1ba49160a04fadb4363b6be5 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 22 Apr 2019 07:35:34 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BF=AE=E5=A4=8DorderMan.onWaybillNew?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxcallback/orderman/waybill.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxcallback/orderman/waybill.go b/business/jxcallback/orderman/waybill.go index 5e02511ad..6f1e7afa5 100644 --- a/business/jxcallback/orderman/waybill.go +++ b/business/jxcallback/orderman/waybill.go @@ -45,7 +45,7 @@ func (w *OrderManager) onWaybillNew(bill2 *model.Waybill, db *dao.DaoDB) (isDupl if err = err2; err == nil { if !created { bill.DuplicatedCount++ - if bill2.VendorOrderID == bill2.VendorWaybillID { // 购物平台(比如京东)重新建的运单,单号始终是与订单相同的 + if false /*bill2.VendorOrderID == bill2.VendorWaybillID*/ { // 购物平台(比如京东)重新建的运单,单号始终是与订单相同的 globals.SugarLogger.Infof("onWaybillNew duplicated1, DuplicatedCount:%d, bill:%v msg received", bill2.DuplicatedCount, bill2) bill2.ID = bill.ID bill2.DuplicatedCount = bill.DuplicatedCount