Commit 43819bbcc26dbbe0e61547fb3fd8000ac47536ab

Authored by 徐近程
1 parent ef99016b

update

src/main/java/com/cnlive/shenhe/job/VideosJob.java
@@ -54,7 +54,7 @@ public class VideosJob { @@ -54,7 +54,7 @@ public class VideosJob {
54 /** 54 /**
55 * 定时发送数美检测视频 55 * 定时发送数美检测视频
56 */ 56 */
57 - //@Scheduled(cron="0 0/1 10-23 * * ? ")//每天10点到23点执行,每分钟一次 57 + @Scheduled(cron="0 0/1 10-23 * * ? ")//每天10点到23点执行,每分钟一次
58 public void videofilter() { 58 public void videofilter() {
59 ShyVideos shyVideos = new ShyVideos(); 59 ShyVideos shyVideos = new ShyVideos();
60 shyVideos.setShenhe_type(CommonConst.AUDIT_TYPE_MACHANE);//审核类型为机审 60 shyVideos.setShenhe_type(CommonConst.AUDIT_TYPE_MACHANE);//审核类型为机审