admin
2020-01-01 48a204f4c90a80c0bb4e5ba1f9f0f42939cadba8
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/GoodsClassController.java
@@ -168,7 +168,8 @@
         // 轮播图
         List<SwiperPicture> picList = null;
         if (swpid != null) {
            picList = swiperPictureService.getByBannerId(swpid);
            picList = swiperPictureService.getByBannerId(swpid, acceptData.getPlatform(),
                  Integer.parseInt(acceptData.getVersion()));
         }
         if (picList == null) {
            picList = new ArrayList<SwiperPicture>();