change - 去除部门接口测试注解

master
wenjy 7 months ago
parent bf5cc2784a
commit a9578261f4

@ -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);

Loading…
Cancel
Save