tangzy
2021-09-02 74b4f898106c8d61e10518c6e6277223fe9a98e4
src/main/java/org/springblade/modules/system/mapper/DeptMapper.java
@@ -89,6 +89,7 @@
    * 懒加载获取部门树形结构,不包含顶级管理员公安局
    */
   List<DeptVO> securityLazyTree(String jurisdiction, Long parentId);
   List<DeptVO>  selectInfo();
   /**
    * 懒加载获取部门树形结构(包含用户数据)
@@ -140,5 +141,4 @@
                                         @Param("deptId") Long deptId,
                                         @Param("jurisdiction")String jurisdiction);
   List<DeptVO>  selectInfo();
}