Commit 9a23389a by guojuxing

查询账号分组接口修复

parent 062c1693
......@@ -61,7 +61,7 @@ public class AccountGroupServiceImpl implements AccountGroupService{
@Override
public List<TabSysAccountGroup> listByIdList(List<Integer> accountGroupIdList) {
return null;
return tabSysAccountGroupMapper.listByIdList(accountGroupIdList);
}
@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