From 76fe1e12d310261ec93287965962a0a37175d835 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Fri, 3 Jul 2026 16:25:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E5=86=85=E5=AE=B9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reading/ReadingImageTask/ReadingJudgeTaskService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs index 43bbbc56c..e7c17c1b5 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTask/ReadingJudgeTaskService.cs @@ -1058,9 +1058,9 @@ namespace IRaCIS.Core.Application.Service taskinfo.Trial.ExperimentName, // 项目 {1} taskinfo.Subject.Code, // 受试者编号 {2} taskinfo.SourceSubjectVisit.VisitName, // 访视名称 {3} - taskinfo.TaskName, // 任务名称 {4} - taskinfo.Id.ToString(), // 任务Id {5} - _systemEmailConfig.SiteUrl // 链接 {6} + //taskinfo.TaskName, // 任务名称 {4} + //taskinfo.Id.ToString(), // 任务Id {5} + _systemEmailConfig.SiteUrl // 链接 {4} ); return (topicStr, htmlBodyStr);