@@ -25,7 +25,7 @@ public class InsureEmailSchedule {
//每小时执行1次
- @Scheduled(cron = "0/59 7-20 * * *")
+ @Scheduled(fixedDelay =120* 1000)
public void task() throws IOException {
agreementLogic.sendEmailSche();
agreementLogic.sendEmailScheEM();