|
@@ -579,5 +579,11 @@ public final class ReportParseUtils {
|
|
|
emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
reportType = matchReportType(emailType, text);
|
|
|
System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
+
|
|
|
+ text = "(水印)SH7639_年报_龙旗巨星一号私募投资基金_2024年 (2).pdf";
|
|
|
+ emailType = EmailUtil.getEmailTypeBySubject(text);
|
|
|
+ reportType = matchReportType(emailType, text);
|
|
|
+ System.out.println(emailType + ",reportType=" + reportType + ",reportDate=" + matchReportDate(reportType, text));
|
|
|
+
|
|
|
}
|
|
|
}
|