admin
2019-12-17 cc88ea25dc395b5d1b9b5ac9ddba7713c667c1c1
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/BanLiShopController.java
@@ -87,7 +87,8 @@
            Constant.PAGE_SIZE);
      long count = banLiShopGoodsService.countGoods(null, BanLiShopGoods.STATE_ONLINE);
      // 获取banner
      List<SwiperPicture> pictureList = swiperPictureService.getByBannerCard("hongbao_exchange_goods_list");
      List<SwiperPicture> pictureList = swiperPictureService.getByBannerCardAndVersion("hongbao_exchange_goods_list",
            acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()));
      JSONObject data = new JSONObject();
      if (pictureList != null && pictureList.size() > 0) {