fanli/src/main/java/com/yeshi/fanli/controller/client/v1/ConfigController.java
@@ -254,7 +254,7 @@ if (VersionUtil.greaterThan_2_0_2(acceptData.getPlatform(), acceptData.getVersion())) { // 我的界面banner List<SwiperPicture> banner = swiperPictureService.getByBannerCard("my_interface_banner"); List<SwiperPicture> banner = swiperPictureService.getByBannerCardAndVersion("my_interface_banner",acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion())); if (banner == null) banner = new ArrayList<SwiperPicture>(); data.put("banner", JsonUtil.getApiCommonGson().toJson(banner));