Test.EIImageViewer
hang 2023-03-01 17:51:11 +08:00
parent d7f82d7473
commit 2cc72cc16b
1 changed files with 0 additions and 1 deletions

View File

@ -697,7 +697,6 @@ namespace IRaCIS.Core.Application.Service
if (medicalReviewInfo.IsAutoGenerate)
{
var allMedicalAuditList= await _taskMedicalReviewRepository.Where(x => medicalReviewInfo.PDRelationTaskIdList.Contains(x.Id) ).ToListAsync();
if (allMedicalAuditList.All(t => t.IsApplyHeavyReading == false))