修改bug

IRC_NewDev
hang 2024-04-28 17:42:13 +08:00
parent 18683390b7
commit 4d19fffc5f
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()
+ (_userInfo.IsEn_Us ? "TrialSiteSurveyReject_US" : "TrialSiteSurveyReject.html") ;
+ (_userInfo.IsEn_Us ? "TrialSiteSurveyReject_US.html" : "TrialSiteSurveyReject.html") ;
using (StreamReader SourceReader = System.IO.File.OpenText(pathToFile))