瀏覽代碼

fix:日志追加

wangzaijun 2 周之前
父節點
當前提交
dab8655c20

+ 4 - 0
logs/error.log

@@ -0,0 +1,4 @@
+2025-04-15 11:18:40.367 [main] - [] ERROR com.smppw.modaq.domain.service.EmailParseService:325  - 解析失败
+报告[用印版_基金交易确认单_吕银仙_202 50410_ZY084A_交睿宏观配置5号私募证券投资基金A.pdf]为扫描件
+2025-04-15 11:18:40.435 [main] - [] ERROR com.smppw.modaq.domain.service.EmailParseService:325  - 解析失败
+报告[用印版_基金交易确认单_关伟毅_202 50410_ZY084A_交睿宏观配置5号私募证券投资基金A.pdf]为扫描件

文件差異過大導致無法顯示
+ 69 - 0
logs/info.log


+ 1 - 0
logs/warn.log

@@ -0,0 +1 @@
+2025-04-15 11:16:58.631 [main] - [] WARN  io.undertow.websockets.jsr:68   - UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used

+ 3 - 0
mo-daq/src/main/java/com/smppw/modaq/application/components/report/parser/pdf/PDLetterReportParser.java

@@ -97,6 +97,9 @@ public class PDLetterReportParser extends AbstractPDReportParser<LetterReportDat
     @Override
     protected LetterReportData parseExtInfoAndSetData(ReportBaseInfoDTO reportInfo, ReportFundInfoDTO fundInfo) {
         Integer fileId = reportInfo.getFileId();
+        if (this.logger.isInfoEnabled()) {
+            this.logger.info("文件{} 解析内容是:{}", fileId, allInfoMap);
+        }
         // 投资者信息
         ReportInvestorInfoDTO investorInfo = this.buildDto(fileId, ReportInvestorInfoDTO.class, this.allInfoMap);
         // 交易流水