From 89a96fd7d6904202d73d1e86be2634c7b4ca1a7e Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 28 Apr 2022 16:28:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BF=E8=A7=86=E9=A2=86?= =?UTF-8?q?=E5=8F=96=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/QC/QCOperationService.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs index 3c77275e..c08a4493 100644 --- a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs +++ b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs @@ -1112,16 +1112,16 @@ namespace IRaCIS.Core.Application.Image.QA } - if (await _subjectVisitRepository.AnyAsync(t => t.IsTake && - t.SubjectId != dbSubjectVisit.SubjectId && - t.CurrentActionUserId == _userInfo.Id && - t.TrialId == dbSubjectVisit.TrialId - )) - { + //if (await _subjectVisitRepository.AnyAsync(t => t.IsTake && + // t.SubjectId != dbSubjectVisit.SubjectId && + // t.CurrentActionUserId == _userInfo.Id && + // t.TrialId == dbSubjectVisit.TrialId + // )) + //{ - return ResponseOutput.NotOk("您已经领取了其他受试者,完成后才允许领取新的受试者"); - } + // return ResponseOutput.NotOk("您已经领取了其他受试者,完成后才允许领取新的受试者"); + //} #region 处理验证