From 85d58d3ca205afd8a5d62c111b0da5b74ba993dd Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 17 Jul 2025 17:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E6=A0=B8=E7=A8=BD=E6=9F=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9010?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/QC/QCOperationService.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs index 240a09d58..56a857b9e 100644 --- a/IRaCIS.Core.Application/Service/QC/QCOperationService.cs +++ b/IRaCIS.Core.Application/Service/QC/QCOperationService.cs @@ -1369,6 +1369,12 @@ namespace IRaCIS.Core.Application.Image.QA if (obtaionOrCancel) { + //复核的时候,指派后,另外一个人进来的时候如果是自己,那么不进行后续流程 + if (dbSubjectVisit.CurrentActionUserId == _userInfo.UserRoleId) + { + return ResponseOutput.Ok(); + } + if (dbSubjectVisit.CurrentActionUserId != null && dbSubjectVisit.IsTake) { //throw new BusinessValidationFailedException("当前访视已被领取,不允许领取");