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