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

Uat_Study
he 2023-12-12 14:11:35 +08:00
parent a660eb4f37
commit bce7c1cc99
1 changed files with 1 additions and 1 deletions

View File

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