jiangping
2025-04-16 9f1e7f80a3260c30e1e534437da5c79e17fc20af
server/src/main/java/com/doumee/service/business/CategoryService.java
@@ -102,9 +102,9 @@
     * @param categoryType
     * @return
     */
    List<CategoryVO>  getCategoryVOTree(Integer categoryType);
    List<CategoryVO>  getCategoryVOTree(String categoryType,Integer categoryId);
    List<CategoryVO>  getCategoryVOList(Integer categoryType);
    List<CategoryVO>  getCategoryVOList(Integer categoryType,Integer isRoot);
    List<Category> treeList(Category param );
}