指派其他质控-uat-13
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
af1b0cbbb9
commit
ff08efd978
|
@ -320,6 +320,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
var list = await _trialIdentityUserRepository.Where(t => t.TrialId == trialId)
|
var list = await _trialIdentityUserRepository.Where(t => t.TrialId == trialId)
|
||||||
.SelectMany(t => t.TrialUserRoleList)
|
.SelectMany(t => t.TrialUserRoleList)
|
||||||
.WhereIf(userTypeEnum != null, t => t.UserRole.UserTypeEnum == userTypeEnum)
|
.WhereIf(userTypeEnum != null, t => t.UserRole.UserTypeEnum == userTypeEnum)
|
||||||
|
.Where(t => t.UserRole.Id != _userInfo.UserRoleId)//iQC 指派过滤自己
|
||||||
.Select(t => new TrialSelectUserBasicInfo()
|
.Select(t => new TrialSelectUserBasicInfo()
|
||||||
{
|
{
|
||||||
FullName = t.TrialUser.IdentityUser.FullName,
|
FullName = t.TrialUser.IdentityUser.FullName,
|
||||||
|
|
Loading…
Reference in New Issue