| | |
| | | /** |
| | | * 懒加载获取部门树形结构,不包含顶级管理员公安局 |
| | | */ |
| | | List<DeptVO> securityLazyTree(String jurisdiction, Long parentId); |
| | | List<DeptVO> securityLazyTree(@Param("jurisdiction") String jurisdiction, Long parentId); |
| | | List<DeptVO> selectInfo(); |
| | | |
| | | /** |
| | | * 查询所有的部门信息 |
| | | * @return |
| | |
| | | @Param("deptId") Long deptId, |
| | | @Param("jurisdiction")String jurisdiction); |
| | | /** |
| | | * 懒加载获取部门树形结构(包含用户数据),只查下一级的数据 |
| | | * 懒加载获取部门树形结构(包含用户数据),只查下一级的数据 民警向民警汇报 |
| | | * @return |
| | | */ |
| | | @MapKey(value = "id") |
| | |
| | | @Param("deptId") Long deptId, |
| | | @Param("jurisdiction")String jurisdiction); |
| | | |
| | | /** |
| | | * 懒加载获取部门树形结构,根据辖区查询 |
| | | */ |
| | | List<DeptVO> lazyTreeJurisdiction(@Param("jurisdiction")String jurisdiction, |
| | | @Param("deptId")Long parentId); |
| | | } |