Showing
1 changed file
with
1 additions
and
0 deletions
@@ -2181,6 +2181,7 @@ public class ProductServiceImpl implements ProductService { | @@ -2181,6 +2181,7 @@ public class ProductServiceImpl implements ProductService { | ||
2181 | // 货号和尺码匹配 | 2181 | // 货号和尺码匹配 |
2182 | if (item.getProductCode() == productIdAndCode.get(storage.getProductId()) && item.getSizeName() == sizeIdAndName.get(storage.getSizeId())) { | 2182 | if (item.getProductCode() == productIdAndCode.get(storage.getProductId()) && item.getSizeName() == sizeIdAndName.get(storage.getSizeId())) { |
2183 | setStorageCheckRespStatusInfo(item, StorageCheckEnum.PRODUCT_SIZE_MATCH.getType()); | 2183 | setStorageCheckRespStatusInfo(item, StorageCheckEnum.PRODUCT_SIZE_MATCH.getType()); |
2184 | + item.setStorageId(storage.getId()); | ||
2184 | continue loop; | 2185 | continue loop; |
2185 | } | 2186 | } |
2186 | } | 2187 | } |
-
Please register or login to post a comment