@@ -115,4 +115,6 @@ public interface SysDeptMapper
* @return 结果
*/
public int deleteDeptById(Long deptId);
+
+ public List<SysDept> selectDeptListTree(SysDept dept);
}
@@ -106,4 +106,6 @@ public interface ISysDeptService
@@ -261,6 +261,11 @@ public class SysDeptServiceImpl implements ISysDeptService
return deptMapper.deleteDeptById(deptId);
+ @Override
+ public List<SysDept> selectDeptListTree(SysDept dept) {
+ return deptMapper.selectDeptListTree(dept);
+ }
/**
* 递归列表