修复美团外卖创建二级分类的BUG
This commit is contained in:
@@ -110,7 +110,7 @@ func (p *PurchaseHandler) CreateStoreCategory(ctx *jxcontext.Context, storeID in
|
|||||||
}
|
}
|
||||||
if level == 2 { // 二级分类
|
if level == 2 { // 二级分类
|
||||||
// 创建二级分类
|
// 创建二级分类
|
||||||
originName = storeCat.ParentCatName
|
originName = utils.FilterMb4(storeCat.ParentCatName)
|
||||||
catName = storeCat.ParentCatName
|
catName = storeCat.ParentCatName
|
||||||
catCode = storeCat.ParentID
|
catCode = storeCat.ParentID
|
||||||
subCatName = storeCat.Name
|
subCatName = storeCat.Name
|
||||||
|
|||||||
Reference in New Issue
Block a user