...
|
...
|
@@ -229,7 +229,7 @@ public class ProductServiceImpl implements ProductService { |
|
|
|
|
|
List<StoragePrice> storagePrices = storagePriceMapper.selectBatchLeastPrice(skuList);
|
|
|
|
|
|
List<StoragePrice> preSaleStoragePrices = storagePriceMapper.selectPreSaleBatchLeastPrice(skuList);
|
|
|
List<StoragePrice> preSaleStoragePrices = storagePriceMapper.selectBatchPreSaleLeastPrice(skuList);
|
|
|
|
|
|
|
|
|
Map<Integer, BigDecimal> priceMap = storagePrices.stream().collect(Collectors.toMap(StoragePrice::getStorageId, StoragePrice::getPrice));
|
...
|
...
|
|