Commit de15d0eefaa968eb4432ccfd6610031ca3194e7e

Authored by liwei2917
1 parent 5affe720

增加数美送审设置抽帧完成后操作

src/main/java/com/cnlive/shenhe/job/VideosJob.java
... ... @@ -76,6 +76,7 @@ public class VideosJob {
76 76 ShyVideos shyVideos = new ShyVideos();
77 77 shyVideos.setCategory(CommonConst.CATEGORY_WITNESS);//目击者
78 78 shyVideos.setState(CommonConst.AUDIT_INTT);//待审核状态
  79 + shyVideos.setAvsample(CommonConst.AVSAMPLE_SUCCESS);//抽帧完成
79 80 List<ShyVideos> shyVideosList = videosService.findshyVideo(shyVideos);
80 81 if (shyVideosList.size() > 0) {
81 82 for (ShyVideos video : shyVideosList) {
... ...