@@ -64,6 +64,7 @@ public class InsureEmailSchedule {
//检查保险是否全部买齐转为保险待审批
@Scheduled(fixedDelay = 30* 1000)
public void task4(){
+ agreementLogic.offInsure();
agreementLogic.task4();
}