From 242e8f30850d31995d3d37f484538fac38ef7585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 1 Apr 2020 16:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9A=82=E6=97=A0=E5=88=86?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index ca0c7037b..c62c6c6e7 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -4131,7 +4131,7 @@ func CreateSkusAndFocusFromYb(ctx *jxcontext.Context, isAsync, isContinueWhenErr Name: productInfo.Name, Upc: &productInfo.UpcCode, Status: model.SkuStatusNormal, - CategoryID: 175, + CategoryID: 291, IsGlobal: model.YES, Unit: productInfo.Unit, }, @@ -4243,7 +4243,7 @@ func CreateSkusAndFocusFromWx(ctx *jxcontext.Context, productInfo *jdapi.Product Name: productInfo.Name, Upc: &productInfo.UpcCode, Status: model.SkuStatusNormal, - CategoryID: 175, + CategoryID: 291, IsGlobal: model.YES, Unit: productInfo.Unit, },