...
|
...
|
@@ -188,7 +188,7 @@ func (srv UserService) DepartmentsUsers(departmentsUsersQuery *query.Departments |
|
|
CompanyId: departmentsUsersQuery.Operator.CompanyId,
|
|
|
OrganizationId: departmentsUsersQuery.Operator.OrgId,
|
|
|
UserType: domain.UserTypeEmployee, //TODO:是否要共创用户
|
|
|
InEnableStatus: []int{domain.UserStatusEnable, domain.UserStatusDisable},
|
|
|
InEnableStatus: []int{domain.UserStatusEnable},
|
|
|
})
|
|
|
if err != nil {
|
|
|
return nil, application.ThrowError(application.BUSINESS_ERROR, err.Error())
|
...
|
...
|
|