Authored by 胡古飞

fix AbstractStorageRelatedMqListener bug

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