admin
2020-07-03 651a15c78f668bef3859d9ed1bb7ad0b669d3600
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>();