src/main/java/org/springblade/modules/system/mapper/DeptMapper.java
@@ -139,4 +139,6 @@
   Map<Long, TreeNodes> lazyTreeUsersPublicSecuritys(@Param("type") Integer type,
                                         @Param("deptId") Long deptId,
                                         @Param("jurisdiction")String jurisdiction);
   List<DeptVO>  selectInfo();
}