diff --git a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs index 3c77275e8..c08a4493f 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 处理验证