admin
2019-09-02 cbf87e9ddb66d167359cdab59890575efc2edae4
删除IOS升级板栗快省的banner
1个文件已修改
5 ■■■■■ 已修改文件
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/RecommendControllerV2.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/RecommendControllerV2.java
@@ -139,11 +139,6 @@
            List<SwiperPicture> topPicList = new ArrayList<>();
            if (oldtopPicList != null && oldtopPicList.size() > 0)
                topPicList.addAll(oldtopPicList);
            if ("ios".equalsIgnoreCase(acceptData.getPlatform())) {
                SwiperPicture notifyReName = swiperPictureService.selectByPrimaryKey(162L);
                if (notifyReName != null)
                    topPicList.add(0, notifyReName);
            }
            root.put("topPicList", JsonUtil.getApiCommonGson().toJson(topPicList));