作者 yangfu

部门用户修改

... ... @@ -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 {
... ...