From a1157aed4cf0fe2caceba6a44f7da2cf1d657216 Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 16 Oct 2019 15:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BE=8E=E5=9B=A2=E5=A4=96?= =?UTF-8?q?=E5=8D=96=E5=88=9B=E5=BB=BA=E4=BA=8C=E7=BA=A7=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 0f1f7d260..124233889 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 = storeCat.ParentCatName + originName = utils.FilterMb4(storeCat.ParentCatName) catName = storeCat.ParentCatName catCode = storeCat.ParentID subCatName = storeCat.Name