修改项目下拉筛选
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b5d259f907
commit
b301d51b2d
|
|
@ -118,6 +118,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
other.AddRange(sap);
|
other.AddRange(sap);
|
||||||
other.AddRange(pm);
|
other.AddRange(pm);
|
||||||
other.AddRange(qAEq);
|
other.AddRange(qAEq);
|
||||||
|
other.AddRange(ga);
|
||||||
|
|
||||||
List<string> trialState = new List<string>() { StaticData.TrialState.TrialOngoing, StaticData.TrialState.TrialCompleted, StaticData.TrialState.TrialStopped };
|
List<string> trialState = new List<string>() { StaticData.TrialState.TrialOngoing, StaticData.TrialState.TrialCompleted, StaticData.TrialState.TrialStopped };
|
||||||
|
|
||||||
|
|
@ -132,6 +133,8 @@ namespace IRaCIS.Core.Application.Service
|
||||||
&& t.TrialUserRoleList.Any(t => t.UserId == _userInfo.UserRoleId && t.IsDeleted == false))
|
&& t.TrialUserRoleList.Any(t => t.UserId == _userInfo.UserRoleId && t.IsDeleted == false))
|
||||||
&& t.IsDeleted == false)
|
&& t.IsDeleted == false)
|
||||||
|
|
||||||
|
// ga
|
||||||
|
.WhereIf(ga.Contains(_userInfo.UserTypeEnumInt), t => _userInfo.HospitalGroupIdList.Contains(t.HospitalGroupId)&& trialState.Contains(x.TrialStatusStr))
|
||||||
|
|
||||||
// QA EA
|
// QA EA
|
||||||
.WhereIf(qAEq.Contains(_userInfo.UserTypeEnumInt), t => t.TrialIdentityUserList.Any(t => t.IdentityUserId == _userInfo.IdentityUserId && t.IsDeleted == false
|
.WhereIf(qAEq.Contains(_userInfo.UserTypeEnumInt), t => t.TrialIdentityUserList.Any(t => t.IdentityUserId == _userInfo.IdentityUserId && t.IsDeleted == false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue