Commit ec1055b6 by guojuxing

去掉协管

parent c2b970e9
......@@ -116,12 +116,7 @@ public class AccountGroupController {
if (userResult.isSuccess()) {
groupMemberCount += userResult.getResult().getTotalCount();
}
CollaboratorListQO collaboratorListQO = new CollaboratorListQO();
collaboratorListQO.setEnterpriseId(enterpriseId);
ServiceResponse<Page<CollaboratorListDTO>> collaboratorResult = collaboratorApiService.page(collaboratorListQO);
if (collaboratorResult.isSuccess()) {
groupMemberCount += collaboratorResult.getResult().getTotalCount();
}
return RestResponse.success(groupMemberCount);
}
......
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