Commit 54e393fa2a7e1339fe2af0b5b70a25879983a6f4
1 parent
5624009c
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/job/TopicJob.java
| ... | ... | @@ -30,7 +30,7 @@ public class TopicJob { |
| 30 | 30 | @Value("${spring.localhost.url}") |
| 31 | 31 | private String localhost_url; |
| 32 | 32 | |
| 33 | - @Scheduled(cron = "0 0/5 * * * ?") | |
| 33 | + //@Scheduled(cron = "0 0/5 * * * ?") | |
| 34 | 34 | public void topicNotice() { |
| 35 | 35 | ShyTopic shyTopic = new ShyTopic(); |
| 36 | 36 | shyTopic.setShenhe_status(CommonConst.AUDIT_INTT); | ... | ... |