- 禁用门店商品找不到报错
This commit is contained in:
@@ -241,7 +241,7 @@ func (c *OrderManager) updateOrderSkuOtherInfo(order *model.GoodsOrder, db *dao.
|
||||
jxStoreID := jxutils.GetShowStoreIDFromOrder(order)
|
||||
var opNumStr string
|
||||
if time.Now().Sub(order.OrderCreatedAt) < 48*time.Hour && order.VendorID != model.VendorIDJD {
|
||||
opNumStr = ""
|
||||
opNumStr = "2"
|
||||
} else {
|
||||
opNumStr = "2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user