bug修改
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user