Commit b51748c8e7ecd1777fced8f416e88a30ab3d31da

Authored by 王言钊
1 parent be44baef

修改图文送审时间

src/main/java/com/cnlive/shenhe/job/ContentJob.java
@@ -47,9 +47,9 @@ public class ContentJob { @@ -47,9 +47,9 @@ public class ContentJob {
47 47
48 /** 48 /**
49 * 定时向易盾提交网站地址 49 * 定时向易盾提交网站地址
50 - * 每5分钟一次 50 + * 每2分钟一次
51 */ 51 */
52 - @Scheduled(cron = "0 0/5 * * * ? ") 52 + @Scheduled(cron = "0 0/2 * * * ? ")
53 public void videofilter() { 53 public void videofilter() {
54 logger.info("审核云提交网页审核到易盾..........."); 54 logger.info("审核云提交网页审核到易盾...........");
55 List<ShyContent> shyContentList = contentService.findShyContentWithWebPage(); 55 List<ShyContent> shyContentList = contentService.findShyContentWithWebPage();