新增暂无分类

This commit is contained in:
苏尹岚
2020-04-01 16:28:11 +08:00
parent c48eb6bbc4
commit 242e8f3085

View File

@@ -4131,7 +4131,7 @@ func CreateSkusAndFocusFromYb(ctx *jxcontext.Context, isAsync, isContinueWhenErr
Name: productInfo.Name, Name: productInfo.Name,
Upc: &productInfo.UpcCode, Upc: &productInfo.UpcCode,
Status: model.SkuStatusNormal, Status: model.SkuStatusNormal,
CategoryID: 175, CategoryID: 291,
IsGlobal: model.YES, IsGlobal: model.YES,
Unit: productInfo.Unit, Unit: productInfo.Unit,
}, },
@@ -4243,7 +4243,7 @@ func CreateSkusAndFocusFromWx(ctx *jxcontext.Context, productInfo *jdapi.Product
Name: productInfo.Name, Name: productInfo.Name,
Upc: &productInfo.UpcCode, Upc: &productInfo.UpcCode,
Status: model.SkuStatusNormal, Status: model.SkuStatusNormal,
CategoryID: 175, CategoryID: 291,
IsGlobal: model.YES, IsGlobal: model.YES,
Unit: productInfo.Unit, Unit: productInfo.Unit,
}, },