ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsBargainPriceController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/GoodsBargainPriceController.java
@@ -170,7 +170,7 @@ .eq(goodsType != null, Goods::getType, goodsType) .eq(categoryId != null, Goods::getGoodsCategoryId, categoryId)); List<Integer> goodsIds = goodsList.stream().map(Goods::getId).collect(Collectors.toList()); if (goodsId == null){ if (CollectionUtils.isEmpty(goodsIds)){ return R.ok(); }