Showing
1 changed file
with
1 additions
and
1 deletions
service/src/main/java/com/yoho/search/consumer/service/logicService/ufo/UfoSalesNumFieldBuilder.java
@@ -43,7 +43,7 @@ public class UfoSalesNumFieldBuilder implements UfoIndexFieldBuilder { | @@ -43,7 +43,7 @@ public class UfoSalesNumFieldBuilder implements UfoIndexFieldBuilder { | ||
43 | continue; | 43 | continue; |
44 | } | 44 | } |
45 | List<Integer> skupList = storagePriceList.stream().map(StoragePrice::getSkup).collect(Collectors.toList()); | 45 | List<Integer> skupList = storagePriceList.stream().map(StoragePrice::getSkup).collect(Collectors.toList()); |
46 | - if (CollectionUtils.isEmpty(storagePriceList)) { | 46 | + if (CollectionUtils.isEmpty(skupList)) { |
47 | continue; | 47 | continue; |
48 | } | 48 | } |
49 | List<BuyerOrderGoods> buyerOrderGoodsList = ufoBuyerOrderGoodsMapper.selectBySkupList(skupList); | 49 | List<BuyerOrderGoods> buyerOrderGoodsList = ufoBuyerOrderGoodsMapper.selectBySkupList(skupList); |
-
Please register or login to post a comment