This commit is contained in:
gazebo
2019-10-17 11:22:00 +08:00
parent 5061e978ea
commit b234e26eff

View File

@@ -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