CRC 影像质疑

Uat_Study
hang 2023-11-10 15:52:44 +08:00
parent ea95ece331
commit cf5a8b20e4
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ namespace IRaCIS.Core.Application
ToBeDealedCount = t.SubjectVisitList.Where(c => c.TrialSite.CRCUserList.Any(u => u.UserId == _userInfo.Id))
.SelectMany(c => c.QCChallengeList)
.Where(u => u.IsClosed == false && u.LatestReplyUser.UserTypeEnum == UserTypeEnum.IQC).Count(),
.Where(u => u.IsClosed == false && (u.LatestReplyUser.UserTypeEnum == UserTypeEnum.IQC || u.LatestReplyUserId==null)).Count(),
}).Where(x => x.ToBeDealedCount > 0); ;