刷新京东等级

This commit is contained in:
苏尹岚
2019-12-16 18:38:48 +08:00
6 changed files with 92 additions and 3 deletions

View File

@@ -2473,3 +2473,7 @@ func IsChineseChar(str string) bool {
}
return false
}
func GetStoreCategories(ctx *jxcontext.Context, storeID, parentID int) (catList []*model.SkuCategory, err error) {
return dao.GetStoreSkuCategories(dao.GetDB(), storeID, parentID)
}