ningshuxia
2022-12-12 e81ca048ef4e9345e904b74ffffd3e8413d18a7e
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);