yujian
2019-07-19 8222e8b237c5dfb0affcdc03335bfadc06403bf8
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>();
         }