‘linchangsheng’ há 3 meses atrás
pai
commit
1b80dd020a

+ 1 - 0
mall-server-api/src/main/java/com/gree/mall/manager/schedule/InsureEmailSchedule.java

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