临床数据查询修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2023-12-12 14:11:35 +08:00
parent 5d6cd6ab9d
commit 2db751bae4
1 changed files with 1 additions and 1 deletions

View File

@ -528,8 +528,8 @@ namespace IRaCIS.Core.Application
})).CurrentPageData.Count();
}
result.CurrentPageData = result.CurrentPageData.Where(x => x.ReadModuleCount != 0).ToList();
var toBeDealedCount = _subjectVisitRepository
//.Where(t => t.Trial.TrialUserList.Any(t => t.UserId == _userInfo.Id) && t.Trial.clinicalDataTrialSets.Any(t => t.ClinicalDataLevel == ClinicalLevel.Subject && t.IsConfirm))