@@ -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 // 链接 {4}
|
||||
type== EmailBusinessScenario.JudgeExceptio ? _systemEmailConfig.SiteUrl: taskinfo.TaskName, // 任务名称 {4}
|
||||
taskinfo.Id.ToString(), // 任务Id {5}
|
||||
_systemEmailConfig.SiteUrl // 链接 {6}
|
||||
);
|
||||
|
||||
return (topicStr, htmlBodyStr);
|
||||
|
||||
Reference in New Issue
Block a user