diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index e41b26b44..8f5cbcb4a 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -4003,6 +4003,7 @@ func RefreshMatterStock(ctx *jxcontext.Context, skuID int) (err error) { } } } - UpdateStoresSkusByBind(ctx, nil, skuBindInfos, true, true) + //物料店666666 + updateStoresSkusWithoutSync(ctx, db, []int{666666}, skuBindInfos, false) return err }