fk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user