src/main/java/org/springblade/modules/system/mapper/DeptMapper.java
@@ -93,6 +93,7 @@ */ List<DeptVO> securityLazyTree(@Param("jurisdiction") String jurisdiction, Long parentId); List<DeptVO> selectInfo(); List<DeptVO> selectInfos(); /** * 查询所有的部门信息 @@ -165,4 +166,10 @@ * @return */ UserVO getUserInfoById(String userId); /** * 查所有公安局数据 * @return */ List<DeptVO> lazyTreeByJurisdiction(); }