src/main/java/org/springblade/modules/system/service/IDeptService.java
@@ -130,7 +130,7 @@ /** * 懒加载获取部门树形结构,不包含顶级管理员公安局 */ List<DeptVO> securityLazyTree(String jurisdiction, Long parentId); List<DeptVO> securityLazyTree(String jurisdiction, Long parentId,Long deptId); List<DeptVO> selectInfo(); List<DeptVO> selectInfos(); List<DeptVo> selDeptList(); @@ -163,4 +163,12 @@ * 懒加载获取部门树形结构,根据辖区查询 */ List<DeptVO> lazyTreeJurisdiction(String jurisdiction, Long parentId); /** * 懒加载获取单位树,电子围栏用 * @param type 1:本单位 2:分公司 3:服务单位 * @param deptId * @return */ List<DeptVO> lazyTreeRail(Integer type, Long deptId); }