admin
2019-07-23 009e25b40c04d0a66d6d6554c19e542f0e6f9d18
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>();
         }