bug修改

This commit is contained in:
2023-04-26 19:50:15 +08:00
parent 7bd648587b
commit 1c3b68e0ee
4 changed files with 17 additions and 16 deletions

View File

@@ -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";