Commit 9a23389a by guojuxing

查询账号分组接口修复

parent 062c1693
...@@ -61,7 +61,7 @@ public class AccountGroupServiceImpl implements AccountGroupService{ ...@@ -61,7 +61,7 @@ public class AccountGroupServiceImpl implements AccountGroupService{
@Override @Override
public List<TabSysAccountGroup> listByIdList(List<Integer> accountGroupIdList) { public List<TabSysAccountGroup> listByIdList(List<Integer> accountGroupIdList) {
return null; return tabSysAccountGroupMapper.listByIdList(accountGroupIdList);
} }
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment