From 1aa365993c544e876cf306c471824de18d0df652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 16 Apr 2021 14:53:36 +0800 Subject: [PATCH] aa --- business/jxcallback/orderman/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index 34379d2c1..73919dbad 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -288,7 +288,7 @@ func (c *OrderManager) SaveOrder(order *model.GoodsOrder, isAdjust bool, db *dao globals.SugarLogger.Debugf("SaveOrder orderID:%s, VendorStoreID:%s, status:%d", order.VendorOrderID, order.VendorStoreID, order.Status) // 忽略美团超市的订单 if order.VendorID == model.VendorIDMTWM{ - if order.VendorStoreID == "2391979"{ + if order.VendorStoreID == "2391979" || order.VendorStoreID == "7379027"{ return } }