From cc0da285dc3f0f956e056e170703493960e4ec4f Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 2 Aug 2022 09:43:15 +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/Reading/ReadingImageTaskService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index 586ae5ab8..abde8a8d3 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -1081,7 +1081,6 @@ namespace IRaCIS.Application.Services x.SubjectId == taskInfo.SubjectId && x.ArmEnum== taskInfo.ArmEnum && x.Id != inDto.VisitTaskId && - x.ReadingCategory == taskInfo.ReadingCategory && x.DoctorUserId == taskInfo.DoctorUserId && x.ReadingTaskState == ReadingTaskState.HaveSigned&& x.TaskState==TaskState.Effect&&