Commit 79f12d5527941298aa93a6ebec9a3bfb046cfd87
Merge branch 'test' into dev
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 | 83 | /** |
| 84 | 84 | * 直播申请邮件通知 |
| 85 | 85 | */ |
| 86 | - @Scheduled(fixedRate = 60 * 60 * 1000) | |
| 86 | + @Scheduled(fixedRate = 5 * 60 * 1000) | |
| 87 | 87 | public void liveApplyNotice() { |
| 88 | 88 | Example example = new Example(ShyLiveapply.class); |
| 89 | 89 | Criteria criteria = example.createCriteria(); | ... | ... |