Authored by mingdan.ge

video状态为0:正常

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