Commit 4eeb0b21f8590632daa790bf60c463ae8b9a9efd
1 parent
7cdf285e
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,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 | public void videofilter() { | 62 | public void videofilter() { |
| 63 | ShyContent shyContent = new ShyContent(); | 63 | ShyContent shyContent = new ShyContent(); |
| 64 | shyContent.setShenhe_type(CommonConst.AUDIT_TYPE_MACHANE);//审核类型为机审 | 64 | shyContent.setShenhe_type(CommonConst.AUDIT_TYPE_MACHANE);//审核类型为机审 |