fix(user-platform): 部门列表查询异常
This commit is contained in:
@@ -56,7 +56,7 @@ public class UDeptServiceImpl implements IUDeptService
|
|||||||
@Override
|
@Override
|
||||||
public List<TreeSelect> selectDeptTreeList(UDept dept)
|
public List<TreeSelect> selectDeptTreeList(UDept dept)
|
||||||
{
|
{
|
||||||
List<UDept> depts = SpringUtils.getAopProxy(this).selectDeptList(dept);
|
List<UDept> depts = deptMapper.selectDeptList(dept);
|
||||||
return buildDeptTreeSelect(depts);
|
return buildDeptTreeSelect(depts);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user