- disable ebai order warning

This commit is contained in:
gazebo
2018-11-14 07:38:51 +08:00
parent 4841592daa
commit 5ecbbab2a9

View File

@@ -188,7 +188,7 @@ func (c *OrderManager) updateOrderSkuOtherInfo(order *model.GoodsOrder, db orm.O
}
orderSkus := order.Skus
opNum := "2"
if needAlarmStores[jxStoreID] != 0 {
if order.VendorID != model.VendorIDEBAI && needAlarmStores[jxStoreID] != 0 {
opNum = ""
}