Browse Source

fix 新增日志

DYH2020 2 years ago
parent
commit
d94172b39a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/ywt/mg/core/utils/GeneratePdf.java

+ 1 - 0
src/main/java/com/ywt/mg/core/utils/GeneratePdf.java

@@ -115,6 +115,7 @@ public class GeneratePdf {
             doc.close();
         } catch (Exception e) {
             e.printStackTrace();
+            LOGGER.error("GeneratePdfUtil#Pdf({},{},{}),{}", content, imagePathList, mOutputPdfFileName, e.getMessage(), e);
         }
     }