Authored by 周少峰

'sId'

@@ -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 }