作者 yangfu

用户列表修改

... ... @@ -162,7 +162,7 @@ func (orgsService OrgsService) DepartmentsUsers(departmentsUsersQuery *query.Dep
users, err := creationUserGateway.UserSearch(allied_creation_user.ReqUserSearch{
CompanyId: departmentsUsersQuery.Operator.CompanyId,
OrganizationId: departmentsUsersQuery.Operator.OrgId,
Limit: 100,
Limit: 1000,
})
if err != nil {
return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error())
... ...