ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDeptServiceImpl.java
@@ -59,6 +59,18 @@ } /** * 查询部门树结构信息 * * @param dept 部门信息 * @return 部门树信息集合 */ @Override public List<Tree<Long>> selectDeptTreeList(SysDept dept) { List<SysDept> depts = this.selectDeptList(dept); return buildDeptTreeSelect(depts); } /** * 构建前端所需要下拉树结构 * * @param depts 部门列表