ruoyi-modules/ruoyi-workflow/src/main/java/org/dromara/workflow/controller/FlwCategoryController.java
@@ -125,7 +125,7 @@ * @param categoryBo 流程分类 */ @GetMapping("/categoryTree") public R<List<Tree<Long>>> categoryTree(FlowCategoryBo categoryBo) { public R<List<Tree<String>>> categoryTree(FlowCategoryBo categoryBo) { return R.ok(flwCategoryService.selectCategoryTreeList(categoryBo)); }