修改稳态报表

This commit is contained in:
wr
2023-04-27 11:24:14 +08:00
parent 26286a7aed
commit 7265405f2d

View File

@@ -181,12 +181,6 @@ public class ExportModelController extends BaseController {
log.info("获取报表发生异常,异常是" + e1.getMessage());
}
File tmpfile = new File(rtfPath);
if (!tmpfile.exists()) {
return "pathfail"+rtfPath;
}
InputStream ins = null;
try {
ins = rtfPathResource.getInputStream();