- 禁止jd门店商品信息报警
This commit is contained in:
@@ -260,10 +260,10 @@ func (c *OrderManager) updateOrderSkuOtherInfo(order *model.GoodsOrder, db *dao.
|
||||
globals.SugarLogger.Debugf("updateOrderSkuOtherInfo orderID:%s, VendorStoreID:%s", order.VendorOrderID, order.VendorStoreID)
|
||||
jxStoreID := jxutils.GetShowStoreIDFromOrder(order)
|
||||
var opNumStr string
|
||||
if time.Now().Sub(order.OrderCreatedAt) < 48*time.Hour && order.VendorID != model.VendorIDEBAI {
|
||||
if time.Now().Sub(order.OrderCreatedAt) < 48*time.Hour && order.VendorID != model.VendorIDJD {
|
||||
opNumStr = ""
|
||||
} else {
|
||||
// opNumStr = "2"
|
||||
opNumStr = "2"
|
||||
}
|
||||
|
||||
if jxStoreID == 0 {
|
||||
|
||||
Reference in New Issue
Block a user