Test.EIImageViewer
parent
d7f82d7473
commit
2cc72cc16b
|
@ -697,7 +697,6 @@ namespace IRaCIS.Core.Application.Service
|
||||||
if (medicalReviewInfo.IsAutoGenerate)
|
if (medicalReviewInfo.IsAutoGenerate)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
var allMedicalAuditList= await _taskMedicalReviewRepository.Where(x => medicalReviewInfo.PDRelationTaskIdList.Contains(x.Id) ).ToListAsync();
|
var allMedicalAuditList= await _taskMedicalReviewRepository.Where(x => medicalReviewInfo.PDRelationTaskIdList.Contains(x.Id) ).ToListAsync();
|
||||||
|
|
||||||
if (allMedicalAuditList.All(t => t.IsApplyHeavyReading == false))
|
if (allMedicalAuditList.All(t => t.IsApplyHeavyReading == false))
|
||||||
|
|
Loading…
Reference in New Issue