修改稳态报表
This commit is contained in:
@@ -181,12 +181,6 @@ public class ExportModelController extends BaseController {
|
|||||||
log.info("获取报表发生异常,异常是" + e1.getMessage());
|
log.info("获取报表发生异常,异常是" + e1.getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
File tmpfile = new File(rtfPath);
|
|
||||||
if (!tmpfile.exists()) {
|
|
||||||
return "pathfail"+rtfPath;
|
|
||||||
}
|
|
||||||
|
|
||||||
InputStream ins = null;
|
InputStream ins = null;
|
||||||
try {
|
try {
|
||||||
ins = rtfPathResource.getInputStream();
|
ins = rtfPathResource.getInputStream();
|
||||||
|
|||||||
Reference in New Issue
Block a user