Authored by unknown

add skuIds to beandMap

... ... @@ -196,6 +196,8 @@ public class ProductIndexBOToMapService {
map.put(ProductIndexEsField.productAttrField, productIndexBO.getProductAttrField());
map.put(ProductIndexEsField.bundleType, productIndexBO.getBundleType());
map.put(ProductIndexEsField.heatValue, productIndexBO.getHeatValue());
map.put(ProductIndexEsField.skuIds, productIndexBO.getSkuIds());
map.put(ProductIndexEsField.priceUpdateTime, productIndexBO.getPriceUpdateTime());
map.put(ProductIndexEsField.activeValue, productIndexBO.getActiveValue());
map.put(ProductIndexEsField.transferValue, productIndexBO.getTransferValue());
... ...