yujian
2019-07-11 e4a56b57d3e10b9b46eaefe5194bbf98fcc45698
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/InviteGetMoneyController.java
@@ -127,7 +127,6 @@
      data.put("activityRules", valueBr);
      data.put("inviteList", String.format("http://%s/%s/client/share/friends_new.html",
            Constant.systemCommonConfig.getProjectHost(), Constant.systemCommonConfig.getProjectName()));
      try {
         List<SwiperPicture> pictureList = swiperPictureService.getByBannerCard("invite_top_banner");
         if (pictureList != null && pictureList.size() > 0) {
            SwiperPicture picture = pictureList.get(0);
@@ -138,9 +137,6 @@
            data.put("topBanner", pictureJson);
         }
      } catch (SwiperPictureException e) {
         e.printStackTrace();
      }
      data.put("desc", configService.get("invite_desc"));