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