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