bug修改

This commit is contained in:
2023-04-26 20:02:56 +08:00
parent 1c3b68e0ee
commit dc528e58cf

View File

@@ -187,7 +187,7 @@ public class ExportModelController extends BaseController {
log.info(LocalDateTime.now()+"----------------------------------rtfPath"+rtfPath); log.info(LocalDateTime.now()+"----------------------------------rtfPath"+rtfPath);
File tmpfile = new File(rtfPath); File tmpfile = new File(rtfPath);
if (!tmpfile.exists()) { if (!tmpfile.exists()) {
return "pathfail"; return "pathfail"+rtfPath;
} }
InputStream ins = null; InputStream ins = null;