aa
This commit is contained in:
@@ -286,6 +286,12 @@ func setFakeOrderFlag(db *dao.DaoDB, order *model.GoodsOrder) {
|
||||
|
||||
func (c *OrderManager) SaveOrder(order *model.GoodsOrder, isAdjust bool, db *dao.DaoDB) (isDuplicated bool, err error) {
|
||||
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"{
|
||||
return
|
||||
}
|
||||
}
|
||||
// 忽略查找JX信息错误
|
||||
c.updateOrderOtherInfo(order, db)
|
||||
order.ID = 0
|
||||
|
||||
Reference in New Issue
Block a user