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&&