bug修改
This commit is contained in:
@@ -187,7 +187,7 @@ public class ExportModelController extends BaseController {
|
||||
log.info(LocalDateTime.now()+"----------------------------------rtfPath"+rtfPath);
|
||||
File tmpfile = new File(rtfPath);
|
||||
if (!tmpfile.exists()) {
|
||||
return "pathfail";
|
||||
return "pathfail"+rtfPath;
|
||||
}
|
||||
|
||||
InputStream ins = null;
|
||||
|
||||
Reference in New Issue
Block a user