Commit ef99016b5fdb7b23975ceba837c1bc7001742eaa
1 parent
ac6b7c17
update
Showing
1 changed file
with
1 additions
and
1 deletions
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);//审核类型为机审 |