Commit d4d17f233bfa1d0365010ea7e0a855e70f0f5f9e

Authored by liwei2917
1 parent 7b22f6be

数美送审屏蔽

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 10-23 * * ? ")//每天10点到23点执行,每分钟一次 61 +// @Scheduled(cron="0 0/1 10-23 * * ? ")//每天10点到23点执行,每分钟一次
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);//审核类型为机审