智慧保安后台管理-外网
tangzy
2021-11-15 bc1f282f1cc9bdad3225ec8d1acea44d7835aba6
src/main/java/org/springblade/modules/system/service/IDeptService.java
@@ -58,7 +58,6 @@
    * @return
    */
   List<DeptVO> lazyTree(String tenantId, Long parentId,String userId);
   /**
    * 懒加载获取树形节点
    *
@@ -133,6 +132,7 @@
    */
   List<DeptVO> securityLazyTree(String jurisdiction, Long parentId);
   List<DeptVO> selectInfo();
   List<DeptVO>  selectInfos();
   List<DeptVo> selDeptList();
   /**
    * 懒加载获取部门树形结构(包含用户数据)