src/main/java/com/mzl/flower/service/film/FilmCategoryService.java
@@ -126,4 +126,8 @@ category.setShown(shown); categoryMapper.updateById(category); } } public List<FilmCategory> getParentCategoryList() { return categoryMapper.getParentCategoryList(); } }