Commit 79f12d5527941298aa93a6ebec9a3bfb046cfd87

Authored by 王言钊
2 parents 2450068f 92da8342

Merge branch 'test' into dev

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();
... ...