Commit 92da8342efd43fc4b33acf047e54d5029f5d5997
1 parent
b61480b0
修改邮件发送定时任务时间1
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/job/LiveApplyJob.java
| @@ -83,7 +83,7 @@ public class LiveApplyJob { | @@ -83,7 +83,7 @@ public class LiveApplyJob { | ||
| 83 | /** | 83 | /** |
| 84 | * 直播申请邮件通知 | 84 | * 直播申请邮件通知 |
| 85 | */ | 85 | */ |
| 86 | - @Scheduled(fixedRate = 60 * 60 * 1000) | 86 | + @Scheduled(fixedRate = 5 * 60 * 1000) |
| 87 | public void liveApplyNotice() { | 87 | public void liveApplyNotice() { |
| 88 | Example example = new Example(ShyLiveapply.class); | 88 | Example example = new Example(ShyLiveapply.class); |
| 89 | Criteria criteria = example.createCriteria(); | 89 | Criteria criteria = example.createCriteria(); |