Commit ac6b7c17274fbbfcb4bc8d587cf7802477830c17
1 parent
4eeb0b21
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/job/ContentJob.java
| ... | ... | @@ -58,7 +58,7 @@ public class ContentJob { |
| 58 | 58 | /** |
| 59 | 59 | * 定时发送数美检测视频 |
| 60 | 60 | */ |
| 61 | - //@Scheduled(cron="0 0/1 * * * ? ")//每分钟一次 | |
| 61 | + @Scheduled(cron="0 0/1 * * * ? ")//每分钟一次 | |
| 62 | 62 | public void videofilter() { |
| 63 | 63 | ShyContent shyContent = new ShyContent(); |
| 64 | 64 | shyContent.setShenhe_type(CommonConst.AUDIT_TYPE_MACHANE);//审核类型为机审 | ... | ... |