|
@@ -57,8 +57,9 @@ public class SysDeptServiceImpl implements ISysDeptService
|
|
@Override
|
|
@Override
|
|
public List<TreeSelect> selectDeptTreeList(SysDept dept)
|
|
public List<TreeSelect> selectDeptTreeList(SysDept dept)
|
|
{
|
|
{
|
|
- List<SysDept> depts = SpringUtils.getAopProxy(this).selectDeptList(dept);
|
|
|
|
- return buildDeptTreeSelect(depts);
|
|
|
|
|
|
+// List<SysDept> depts = SpringUtils.getAopProxy(this).selectDeptList(dept);
|
|
|
|
+ List<SysDept> sysDepts = selectDeptList(dept);
|
|
|
|
+ return buildDeptTreeSelect(sysDepts);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|