fanli/src/main/java/com/yeshi/fanli/controller/client/v2/RecommendControllerV2.java | ●●●●● 补丁 | 查看 | 原始文档 | 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));