作者 yangfu

部门用户修改

@@ -163,7 +163,7 @@ func (orgsService OrgsService) DepartmentsUsers(departmentsUsersQuery *query.Dep @@ -163,7 +163,7 @@ func (orgsService OrgsService) DepartmentsUsers(departmentsUsersQuery *query.Dep
163 users, err := creationUserGateway.UserSearch(allied_creation_user.ReqUserSearch{ 163 users, err := creationUserGateway.UserSearch(allied_creation_user.ReqUserSearch{
164 CompanyId: departmentsUsersQuery.Operator.CompanyId, 164 CompanyId: departmentsUsersQuery.Operator.CompanyId,
165 OrganizationId: departmentsUsersQuery.Operator.OrgId, 165 OrganizationId: departmentsUsersQuery.Operator.OrgId,
166 - Limit: 1000, 166 + Limit: 10000,
167 InEnableStatus: []int{domain.UserStatusEnable, domain.UserStatusDisable}, 167 InEnableStatus: []int{domain.UserStatusEnable, domain.UserStatusDisable},
168 }) 168 })
169 if err != nil { 169 if err != nil {