admin
2020-01-03 1529cee74fe559806de1dbd616bc86e1e860dac5
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>();