|
@@ -83,7 +83,7 @@ public class ParseSchedulerTask {
|
|
|
Date startTime = DateUtil.offsetMinute(task.getStartTime(), -3);
|
|
|
// 定期报告从 我的文件夹.报告公告 文件夹获取邮件
|
|
|
this.emailParseApiService.parseEmail(startTime, now,
|
|
|
- ListUtil.of("INBOX", "其他文件夹/报告公告"), EmailTypeConst.REPORT_EMAIL_TYPES);
|
|
|
+ ListUtil.of("其他文件夹/报告公告"), EmailTypeConst.REPORT_EMAIL_TYPES);
|
|
|
task.setStatus(1);
|
|
|
} catch (Exception e) {
|
|
|
task.setStatus(2);
|