别邮箱
This commit is contained in:
@@ -368,7 +368,7 @@ func ModifyOrderSkusStock(db *dao.DaoDB, order *model.GoodsOrder, isAdd bool) (e
|
|||||||
storeSku, stock := storeSkus[0], 0
|
storeSku, stock := storeSkus[0], 0
|
||||||
if storeSku.Stock == 0 {
|
if storeSku.Stock == 0 {
|
||||||
if !isAdd {
|
if !isAdd {
|
||||||
globals.SugarLogger.Warnf("此订单商品库存为0,%v,%v", order.VendorOrderID, sku.SkuID)
|
// globals.SugarLogger.Warnf("此订单商品库存为0,%v,%v", order.VendorOrderID, sku.SkuID)
|
||||||
}
|
}
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user