xiangpei
2025-01-03 9c322f4ae707c2a8a817c28d683177930d0ca474
start/src/main/java/com/ycl/web/controller/system/SysUserController.java
@@ -222,4 +222,13 @@
    public AjaxResult deptTree(SysDept dept) {
        return success(deptService.selectDeptTreeList(dept));
    }
    /**
     * 获取部门树列表,流程配置使用
     */
//    @PreAuthorize("@ss.hasPermi('system:user:list')")
    @GetMapping("/flowable/deptTree")
    public AjaxResult flowDeptTree(SysDept dept) {
        return success(deptService.flowDeptTree(dept));
    }
}