From 8112e24bcb6ca36d042677571ecd1107bbd3e441 Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 17 Oct 2019 17:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=9B=9E=E9=80=80=E5=88=B0?= =?UTF-8?q?=E7=94=A8=E5=88=86=E7=B1=BB=E5=90=8D=E6=93=8D=E4=BD=9C=E7=BE=8E?= =?UTF-8?q?=E5=9B=A2=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/mtwm/store_sku2.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/partner/purchase/mtwm/store_sku2.go b/business/partner/purchase/mtwm/store_sku2.go index e2806e2bc..f26c2dc2f 100644 --- a/business/partner/purchase/mtwm/store_sku2.go +++ b/business/partner/purchase/mtwm/store_sku2.go @@ -143,8 +143,8 @@ func (p *PurchaseHandler) CreateStoreCategory(ctx *jxcontext.Context, storeID in } } if err == nil { - // storeCat.VendorCatID = utils.FilterEmoji(storeCat.Name) - storeCat.VendorCatID = utils.Int2Str(storeCat.ID) + storeCat.VendorCatID = utils.FilterEmoji(storeCat.Name) + // storeCat.VendorCatID = utils.Int2Str(storeCat.ID) } return err }