Authored by mingdan.ge

video状态为0:正常

@@ -47,9 +47,9 @@ public class VideosBuilder implements ViewBuilder { @@ -47,9 +47,9 @@ public class VideosBuilder implements ViewBuilder {
47 Set<Integer> productidSet = new HashSet<>(); 47 Set<Integer> productidSet = new HashSet<>();
48 for (GoodsImages gi:goodsImagesList) { 48 for (GoodsImages gi:goodsImagesList) {
49 if (videosMap.containsKey(gi.getVedioUrlId())) { 49 if (videosMap.containsKey(gi.getVedioUrlId())) {
50 -// if(videosMap.get(gi.getVedioUrlId()).getStatus().equals(0)){ 50 + if(videosMap.get(gi.getVedioUrlId()).getStatus().equals(0)){
51 productidSet.add(gi.getProductId()); 51 productidSet.add(gi.getProductId());
52 -// } 52 + }
53 } 53 }
54 } 54 }
55 for (ProductIndexBO pi:productIndexBOs) { 55 for (ProductIndexBO pi:productIndexBOs) {