diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 679b9996d..0a4658cab 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -1259,6 +1259,7 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs } else { skuBind.Stock = 0 } + // } } if skuBindInfo.UnitPrice != 0 && isCanChangePrice { // 这里是否需要加此条件限制