Commit de15d0eefaa968eb4432ccfd6610031ca3194e7e
1 parent
5affe720
增加数美送审设置抽帧完成后操作
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/job/VideosJob.java
| @@ -76,6 +76,7 @@ public class VideosJob { | @@ -76,6 +76,7 @@ public class VideosJob { | ||
| 76 | ShyVideos shyVideos = new ShyVideos(); | 76 | ShyVideos shyVideos = new ShyVideos(); |
| 77 | shyVideos.setCategory(CommonConst.CATEGORY_WITNESS);//目击者 | 77 | shyVideos.setCategory(CommonConst.CATEGORY_WITNESS);//目击者 |
| 78 | shyVideos.setState(CommonConst.AUDIT_INTT);//待审核状态 | 78 | shyVideos.setState(CommonConst.AUDIT_INTT);//待审核状态 |
| 79 | + shyVideos.setAvsample(CommonConst.AVSAMPLE_SUCCESS);//抽帧完成 | ||
| 79 | List<ShyVideos> shyVideosList = videosService.findshyVideo(shyVideos); | 80 | List<ShyVideos> shyVideosList = videosService.findshyVideo(shyVideos); |
| 80 | if (shyVideosList.size() > 0) { | 81 | if (shyVideosList.size() > 0) { |
| 81 | for (ShyVideos video : shyVideosList) { | 82 | for (ShyVideos video : shyVideosList) { |