fix AbstractStorageRelatedMqListener bug
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -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()); |
-
Please register or login to post a comment