疯狂的狮子Li
2025-01-24 ffe8b16ff3f793cba1e05daf66ec6df47cf93a4f
ruoyi-modules/ruoyi-workflow/src/main/java/org/dromara/workflow/service/IFlwCategoryService.java
@@ -27,7 +27,7 @@
     * @param categoryId 流程分类ID
     * @return 流程分类名称
     */
    String selectCategoryNameById(String categoryId);
    String selectCategoryNameById(Long categoryId);
    /**
     * 查询符合条件的流程分类列表
@@ -43,7 +43,7 @@
     * @param category 流程分类信息
     * @return 流程分类树信息集合
     */
    List<Tree<Long>> selectCategoryTreeList(FlowCategoryBo category);
    List<Tree<String>> selectCategoryTreeList(FlowCategoryBo category);
    /**
     * 校验流程分类是否有数据权限