修改IRC 3个bug

This commit is contained in:
2024-04-28 17:07:59 +08:00
parent c8bc0c4a32
commit fb137ae840
5 changed files with 9 additions and 22 deletions
@@ -624,6 +624,7 @@ namespace IRaCIS.Core.Application.Contracts
+ Path.DirectorySeparatorChar.ToString()
+ (_userInfo.IsEn_Us ? "TrialSiteSurveyReject_US" : "TrialSiteSurveyReject.html") ;
using (StreamReader SourceReader = System.IO.File.OpenText(pathToFile))
{
var templateInfo = SourceReader.ReadToEnd();