Browse Source

Merge remote-tracking branch 'origin/develop' into develop

FengChaoYu 4 months ago
parent
commit
ea5b03d2dc

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

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