From b234e26effc6c599fdfaf389b5b6c54be9f7405f Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 17 Oct 2019 11:22:00 +0800 Subject: [PATCH] fk --- business/partner/purchase/mtwm/store_sku2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/purchase/mtwm/store_sku2.go b/business/partner/purchase/mtwm/store_sku2.go index 1a449c448..e2806e2bc 100644 --- a/business/partner/purchase/mtwm/store_sku2.go +++ b/business/partner/purchase/mtwm/store_sku2.go @@ -110,7 +110,7 @@ func (p *PurchaseHandler) CreateStoreCategory(ctx *jxcontext.Context, storeID in } if level == 2 { // 二级分类 // 创建二级分类 - originName = utils.FilterEmoji(storeCat.ParentCatName) + originName = storeCat.ParentVendorCatID catName = storeCat.ParentCatName catCode = storeCat.ParentID subCatName = storeCat.Name