|
@@ -602,6 +602,7 @@ public class EmailParseService {
|
|
|
if (reportData != null && reportData.getBaseInfo() != null && reportData.getBaseInfo().getReportDate() == null) {
|
|
|
reportData.getBaseInfo().setReportDate(DateUtil.offsetDay(new Date(), -1));
|
|
|
}
|
|
|
+ result.setData(reportData);
|
|
|
if (log.isInfoEnabled()) {
|
|
|
log.info("报告{} 解析耗时{}ms,结果是:{}", fileName, (System.currentTimeMillis() - start), reportData);
|
|
|
}
|