|
|
@ -3373,7 +3373,7 @@ public class DistributionStockupServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
StockConfigInfoVO stockConfigInfoVO = new StockConfigInfoVO(); |
|
|
|
StockConfigInfoVO stockConfigInfoVO = new StockConfigInfoVO(); |
|
|
|
//过滤出同物料库存品的ID信息
|
|
|
|
//过滤出同物料库存品的ID信息
|
|
|
|
List<Long> stockListIds = distributionStockListEntities.stream().map(DistributionStockListEntity::getId).collect(Collectors.toList()); |
|
|
|
List<Long> stockListIds = distributionStockListEntities.stream().map(DistributionStockListEntity::getId).collect(Collectors.toList()); |
|
|
|
if (!stockListIds.isEmpty()) { |
|
|
|
if (stockListIds.isEmpty()) { |
|
|
|
log.info("###################仓库查询物料信息错误物料编号:{},warehouseId:{}", stockupDTO.getCargoNumber(),myCurrentWarehouse.getId()); |
|
|
|
log.info("###################仓库查询物料信息错误物料编号:{},warehouseId:{}", stockupDTO.getCargoNumber(),myCurrentWarehouse.getId()); |
|
|
|
|
|
|
|
|
|
|
|
return null; |
|
|
|
return null; |
|
|
|