yujian
2019-07-17 20d1a38a0f8049873f1fbbaef96c22e971ea9d77
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>();
         }