...
|
...
|
@@ -163,7 +163,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: 1000,
|
|
|
Limit: 10000,
|
|
|
InEnableStatus: []int{domain.UserStatusEnable, domain.UserStatusDisable},
|
|
|
})
|
|
|
if err != nil {
|
...
|
...
|
|