...
|
...
|
@@ -36,6 +36,7 @@ public abstract class AbstractStorageRelatedMqListener extends AbstractIndexMqLi |
|
|
indexData.put("sizeNames", "");
|
|
|
indexData.put("breakSizePercent", 100);
|
|
|
indexData.put("heatValue", 0);
|
|
|
indexData.put("skuIds", "");
|
|
|
return;
|
|
|
}
|
|
|
ProductSizesBO productSizesBO = productSizesBOList.get(0);
|
...
|
...
|
@@ -47,6 +48,7 @@ public abstract class AbstractStorageRelatedMqListener extends AbstractIndexMqLi |
|
|
indexData.put("sizeNames", productSizesBO.getSizeNames());
|
|
|
indexData.put("breakSizePercent", productSizesBO.getBreakSizePercent());
|
|
|
indexData.put("heatValue", productSizesBO.getHeatValue());
|
|
|
indexData.put("skuIds", productSizesBO.getSkuIds());
|
|
|
}
|
|
|
|
|
|
protected void fillColor(Map<String, Object> indexData, Integer productId) {
|
...
|
...
|
|