x
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user