Commit 43819bbcc26dbbe0e61547fb3fd8000ac47536ab
1 parent
ef99016b
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 | 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 | 58 | public void videofilter() { |
| 59 | 59 | ShyVideos shyVideos = new ShyVideos(); |
| 60 | 60 | shyVideos.setShenhe_type(CommonConst.AUDIT_TYPE_MACHANE);//审核类型为机审 | ... | ... |