admin
2020-07-03 651a15c78f668bef3859d9ed1bb7ad0b669d3600
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/VipShopControllerV2.java
@@ -75,7 +75,7 @@
      JSONObject root = new JSONObject();
      if (cid == 1 && page == 1) {
         List<BannerVO> topPicList = swiperPictureService.getByBannerCardAndVersion("vipshop_banner_index",
               acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()));
               acceptData.getPlatform(), Integer.parseInt(acceptData.getVersion()),acceptData.getSystem());
         if (topPicList == null) {
            topPicList = new ArrayList<BannerVO>();
         }
@@ -84,7 +84,7 @@
         int platformCode = Constant.getPlatformCode(acceptData.getPlatform());
         List<Special> listSpecial = specialService.listByPlaceKey("vipshop_special_index", platformCode,
               Integer.parseInt(acceptData.getVersion()));
               Integer.parseInt(acceptData.getVersion()),acceptData.getSystem());
         if (listSpecial == null) {
            listSpecial = new ArrayList<Special>();
         }