...
|
...
|
@@ -2181,6 +2181,7 @@ public class ProductServiceImpl implements ProductService { |
|
|
// 货号和尺码匹配
|
|
|
if (item.getProductCode() == productIdAndCode.get(storage.getProductId()) && item.getSizeName() == sizeIdAndName.get(storage.getSizeId())) {
|
|
|
setStorageCheckRespStatusInfo(item, StorageCheckEnum.PRODUCT_SIZE_MATCH.getType());
|
|
|
item.setStorageId(storage.getId());
|
|
|
continue loop;
|
|
|
}
|
|
|
}
|
...
|
...
|
|