Application/IStation.Application.OpenApi/test/report/Report_ShysController.cs
@@ -107,7 +107,8 @@ if (!Directory.Exists(ReportPath)) Directory.CreateDirectory(ReportPath); var filePath = Path.Combine(ReportPath, "UserLoginLogReport" + ".xml"); //var filePath = Path.Combine(ReportPath, "UserLoginLogReport" + ".xml"); var filePath = "C:\\FineReport\\tomcat-win64\\webapps\\webroot\\WEB-INF\\reportlets\\file\\UserLoginLogReport.xml"; if (File.Exists(filePath)) { File.Delete(filePath);