fanli/src/main/java/com/yeshi/fanli/controller/client/v2/JingDongControllerV2.java
@@ -91,7 +91,7 @@ public void getGoodsInfo(AcceptData acceptData, Integer cid, Integer page, PrintWriter out) { JSONObject root = new JSONObject(); if (cid == 1 && page == 1) { List<SwiperPicture> topPicList = swiperPictureService.getByBannerCard("jd_top"); List<SwiperPicture> topPicList = swiperPictureService.getByBannerCard("jingdong_special_top"); if (topPicList == null) { topPicList = new ArrayList<SwiperPicture>(); }