|
|
|
@ -44,7 +44,6 @@ public class SysDeptServiceImpl implements ISysDeptService
|
|
|
|
|
* @return 部门信息集合
|
|
|
|
|
*/
|
|
|
|
|
@Override
|
|
|
|
|
@DS("#header.poolName")
|
|
|
|
|
public List<SysDept> selectDeptList(SysDept dept)
|
|
|
|
|
{
|
|
|
|
|
return deptMapper.selectDeptList(dept);
|
|
|
|
@ -57,7 +56,6 @@ public class SysDeptServiceImpl implements ISysDeptService
|
|
|
|
|
* @return 部门树信息集合
|
|
|
|
|
*/
|
|
|
|
|
@Override
|
|
|
|
|
@DS("#header.poolName")
|
|
|
|
|
public List<TreeSelect> selectDeptTreeList(SysDept dept)
|
|
|
|
|
{
|
|
|
|
|
List<SysDept> depts = SpringUtils.getAopProxy(this).selectDeptList(dept);
|
|
|
|
|