bug修改
This commit is contained in:
@@ -35,6 +35,7 @@ import sun.misc.BASE64Encoder;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
import java.io.*;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.*;
|
||||
|
||||
|
||||
@@ -177,6 +178,13 @@ public class ExportModelController extends BaseController {
|
||||
} catch (Exception e1) {
|
||||
log.info("获取报表发生异常,异常是" + e1.getMessage());
|
||||
}
|
||||
|
||||
log.error(LocalDateTime.now()+"----------------------------------rtfPath"+rtfPath);
|
||||
log.info(LocalDateTime.now()+"----------------------------------rtfPath"+rtfPath);
|
||||
log.error(LocalDateTime.now()+"----------------------------------rtfPath"+rtfPath);
|
||||
log.info(LocalDateTime.now()+"----------------------------------rtfPath"+rtfPath);
|
||||
log.error(LocalDateTime.now()+"----------------------------------rtfPath"+rtfPath);
|
||||
log.info(LocalDateTime.now()+"----------------------------------rtfPath"+rtfPath);
|
||||
File tmpfile = new File(rtfPath);
|
||||
if (!tmpfile.exists()) {
|
||||
return "pathfail";
|
||||
|
||||
Reference in New Issue
Block a user