@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user