修改中心调研邮件

IRC_NewDev
hang 2024-04-28 13:38:26 +08:00
parent 8ded82fa81
commit c8bc0c4a32
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ namespace IRaCIS.Core.Application.Contracts
+ Path.DirectorySeparatorChar.ToString()
+ "EmailTemplate"
+ Path.DirectorySeparatorChar.ToString()
+ "TrialSiteSurveyReject.html";
+ (_userInfo.IsEn_Us ? "TrialSiteSurveyReject_US" : "TrialSiteSurveyReject.html") ;
using (StreamReader SourceReader = System.IO.File.OpenText(pathToFile))
{