src/main/java/org/springblade/modules/system/mapper/DeptMapper.java
@@ -89,6 +89,7 @@ * 懒加载获取部门树形结构,不包含顶级管理员公安局 */ List<DeptVO> securityLazyTree(String jurisdiction, Long parentId); List<DeptVO> selectInfo(); /** * 懒加载获取部门树形结构(包含用户数据) @@ -140,5 +141,4 @@ @Param("deptId") Long deptId, @Param("jurisdiction")String jurisdiction); List<DeptVO> selectInfo(); }