Authored by 胡古飞

fix AbstractStorageRelatedMqListener bug

... ... @@ -47,6 +47,7 @@ public abstract class AbstractStorageRelatedMqListener extends AbstractMqListene
indexData.put("sizeIds", "");
indexData.put("sizeNames", "");
indexData.put("breakSizePercent", 100);
return;
}
ProductSizesBO productSizesBO = productSizesBOList.get(0);
indexData.put("storageNum", productSizesBO.getStorageNum());
... ...