src/main/java/org/springblade/modules/system/service/IDeptService.java
@@ -130,7 +130,7 @@ /** * 懒加载获取部门树形结构,不包含顶级管理员公安局 */ List<DeptVO> securityLazyTree(String jurisdiction, Long parentId); List<DeptVO> securityLazyTree(String jurisdiction, Long parentId,Long deptId); List<DeptVO> selectInfo(); List<DeptVO> selectInfos(); List<DeptVo> selDeptList();