Authored by wangnan9279

列表返回视频 fix

... ... @@ -104,7 +104,6 @@ public class ProductIndexBaseService {
productIndexIncludeFields.add(ProductIndexEsField.sellType);
productIndexIncludeFields.add(ProductIndexEsField.isUfo);
productIndexIncludeFields.add(ProductIndexEsField.hasVideo);
productIndexIncludeFields.add(ProductIndexEsField.videoUrl);
}
... ...