Commit 613a97fd by guojuxing

查询所有的组员接口

parent b64e1883
......@@ -161,7 +161,7 @@ public class AccountGroupApiServiceImpl implements AccountGroupApiService {
}
@Override
ServiceResponse<List<AccountGroupMemberDTO>> listAllMember(String search, Integer enterpriseId) {
public ServiceResponse<List<AccountGroupMemberDTO>> listAllMember(String search, Integer enterpriseId) {
List<AccountGroupMemberDTO> result = new ArrayList<>();
//查询管理员列表
result.addAll(getMemberOfUser(null, false, search, enterpriseId));
......
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