From 0848a441b16104b323fab2ed0f85342c1145d4ea Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 1 Jul 2026 15:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E9=97=AE=E9=A2=98=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E6=8F=90=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/ReadingImageTask/ReadingImageTaskService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs index bf831430b..dae68cf6c 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingImageTaskService.cs @@ -3438,6 +3438,7 @@ namespace IRaCIS.Core.Application.Service if (hasDuplicate) { _ = SendWeComNotifier(inDto.VisitTaskId, "阅片问题答案有重复"); + throw new BusinessValidationFailedException(_localizer["ReadingImage_VisitAnswerRepeated"]); }