洪城义警-正式版后台
Administrator
2021-07-17 19ab131deeb1cc9ea5f0cac1bd5f7cfe577f4a9c
src/main/java/org/springblade/modules/system/service/IDeptService.java
@@ -129,4 +129,9 @@
    * @return
    */
   List<DeptVo> selDeptList();
   /**
    * 懒加载获取部门树形结构--关联组织机构(包含保安员信息)
    */
    List<DeptVO> lazyTreeSecurity(String toStrWithEmpty, Long parentId);
}