aa
This commit is contained in:
@@ -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)
|
globals.SugarLogger.Debugf("SaveOrder orderID:%s, VendorStoreID:%s, status:%d", order.VendorOrderID, order.VendorStoreID, order.Status)
|
||||||
// 忽略美团超市的订单
|
// 忽略美团超市的订单
|
||||||
if order.VendorID == model.VendorIDMTWM{
|
if order.VendorID == model.VendorIDMTWM{
|
||||||
if order.VendorStoreID == "2391979"{
|
if order.VendorStoreID == "2391979" || order.VendorStoreID == "7379027"{
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user