From 7880ed318e4abd11055fd885a73408c0ecc40e2d Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Wed, 30 Nov 2022 09:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Allocation/VisitTaskService.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs index 4f6679265..aafd60ec0 100644 --- a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs +++ b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs @@ -994,7 +994,9 @@ namespace IRaCIS.Core.Application.Service.Allocation IsAnalysisCreate = u.IsAnalysisCreate, TrialReadingCriterionId = u.TrialReadingCriterionId, IsClinicalDataSigned= u.Subject.ClinicalDataList.Any(c => c.IsSign && (c.ReadingId == u.SouceReadModuleId || c.ReadingId == u.SourceSubjectVisitId)) - }).Where(z=>z.IsClinicalDataSigned).ToList(), + }) + //.Where(z=>z.IsClinicalDataSigned) + .ToList(), }).Where(x => x.UnReadTaskCount > 0).OrderBy(x => x.SubjectId); // 有序阅片需要找到最小需要