fanli/src/main/java/com/yeshi/fanli/controller/client/v2/CommonContentControllerV2.java
@@ -241,7 +241,7 @@ // 2、顶部轮播图 List<SwiperPicture> bannerList = null; if (Constant.IS_TEST) { bannerList = swiperPictureService.getByBannerCard("index_top"); bannerList = swiperPictureService.getByBannerCardAndVersion("index_top",acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion())); } if (bannerList == null) {