src/main/java/org/springblade/modules/system/mapper/DeptMapper.java
@@ -89,8 +89,9 @@ /** * 懒加载获取部门树形结构,不包含顶级管理员公安局 */ List<DeptVO> securityLazyTree(String jurisdiction, Long parentId); List<DeptVO> securityLazyTree(@Param("jurisdiction") String jurisdiction, Long parentId); List<DeptVO> selectInfo(); /** * 查询所有的部门信息 * @return