@@ -142,6 +142,9 @@ public class PDLetterReportParser extends AbstractPDReportParser<LetterReportDat
} else {
infoMap.put(key, value);
}
+ if (dataRow == 2 && !infoMap.containsKey("基金名称")) {
+ infoMap.put("基金名称", ReportParseUtils.cleaningValue(table.getCell(1, 0).getText()));
+ }