admin
2020-07-04 64bd2204be459b47e008b79073a143684140ff24
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/GoodsClassController.java
@@ -170,7 +170,7 @@
         List<BannerVO> picList = null;
         if (swpid != null) {
            picList = swiperPictureService.getByBannerId(swpid, acceptData.getPlatform(),
                  Integer.parseInt(acceptData.getVersion()));
                  Integer.parseInt(acceptData.getVersion()),acceptData.getSystem());
         }
         if (picList == null) {
            picList = new ArrayList<BannerVO>();