Commit 4ad584cbac7c4c7bb95e7ba6f319bf1f88643223
1 parent
d6174d53
update
Showing
1 changed file
with
3 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
| @@ -490,6 +490,9 @@ public class VideosServiceImpl { | @@ -490,6 +490,9 @@ public class VideosServiceImpl { | ||
| 490 | //机审 | 490 | //机审 |
| 491 | shenheType = 2; | 491 | shenheType = 2; |
| 492 | } | 492 | } |
| 493 | + if ("41".equals(shyVideo.getSource()) || "42".equals(shyVideo.getSource()) || "43".equals(shyVideo.getSource()) || "44".equals(shyVideo.getSource()) || "45".equals(shyVideo.getSource()) || "46".equals(shyVideo.getSource()) || "47".equals(shyVideo.getSource())) { | ||
| 494 | + shenheType = 3; | ||
| 495 | + } | ||
| 493 | } | 496 | } |
| 494 | //如果栏目是朋友圈 | 497 | //如果栏目是朋友圈 |
| 495 | if (CommonUtils.isNotEmpty(shyVideo.getCategory()) && shyVideo.getCategory().equals(CommonConst.CATEGORY_MOMENT)) { | 498 | if (CommonUtils.isNotEmpty(shyVideo.getCategory()) && shyVideo.getCategory().equals(CommonConst.CATEGORY_MOMENT)) { |