@@ -55,7 +55,7 @@ public class InsureEmailSchedule {
//保险过期
- @Scheduled(fixedDelay = 600* 1000)
+ @Scheduled(fixedDelay = 10* 1000)
public void task3(){
agreementLogic.offInsure();
}