作者 yangfu

用户列表修改

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