Commit b382ad9bc9ca33e97a96782ec1e54efc8aad4de3
Merge branch 'dev'
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
| @@ -35,7 +35,7 @@ import java.util.UUID; | @@ -35,7 +35,7 @@ import java.util.UUID; | ||
| 35 | @Service | 35 | @Service |
| 36 | public class VideosServiceImpl { | 36 | public class VideosServiceImpl { |
| 37 | 37 | ||
| 38 | - private static Logger logger = LoggerFactory.getLogger(VideofilterServiceImpl.class); | 38 | + private static Logger logger = LoggerFactory.getLogger(VideosServiceImpl.class); |
| 39 | @Autowired | 39 | @Autowired |
| 40 | private ShyVideosMapper shyVideosMapper; | 40 | private ShyVideosMapper shyVideosMapper; |
| 41 | @Autowired | 41 | @Autowired |
| @@ -515,7 +515,7 @@ public class VideosServiceImpl { | @@ -515,7 +515,7 @@ public class VideosServiceImpl { | ||
| 515 | * @return | 515 | * @return |
| 516 | */ | 516 | */ |
| 517 | public boolean manualReview(ShyVideos shyVideo) { | 517 | public boolean manualReview(ShyVideos shyVideo) { |
| 518 | - String[] list = {"41", "42", "43", "44", "45", "46", "47"}; | 518 | + String[] list = {"41", "42", "43", "44", "45", "46", "47","515","516","517","518"}; |
| 519 | List<String> asList = Arrays.asList(list); | 519 | List<String> asList = Arrays.asList(list); |
| 520 | if (asList.contains(shyVideo.getSource())) { | 520 | if (asList.contains(shyVideo.getSource())) { |
| 521 | //人工审 返回true | 521 | //人工审 返回true |