admin
2020-04-16 cb657522c511a4396f63591beebd5a621bed77ab
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserAccountControllerV2.java
@@ -605,7 +605,7 @@
         if (!StringUtil.isNullOrEmpty(second)) {
            limitSecond = Long.parseLong(second);
         }
      } else if (level == UserInviteLevelEnum.vipPre1) {
      } else if (level == UserInviteLevelEnum.normalVIP) {
         String zigou = userVipConfigService.getValueByKey("vip_pre_7_zigou_order_count");
         if (!StringUtil.isNullOrEmpty(zigou)) {
            limitZiGou = Long.parseLong(zigou);
@@ -622,7 +622,7 @@
         if (!StringUtil.isNullOrEmpty(second)) {
            limitSecond = Long.parseLong(second);
         }
      } else if (level == UserInviteLevelEnum.vipPre2 || level == UserInviteLevelEnum.vipApply) {
      } else if (level == UserInviteLevelEnum.highVIP || level == UserInviteLevelEnum.vipApply) {
         String zigou = userVipConfigService.getValueByKey("vip_pre_10_zigou_order_count");
         if (!StringUtil.isNullOrEmpty(zigou)) {
            limitZiGou = Long.parseLong(zigou);
@@ -689,7 +689,7 @@
      String shareRate = "可享佣金的<label style=\"color:#E5005C;\">%s</label>";
      String fansRate = "最高佣金的<label style=\"color:#E5005C;\">%s</label>";
      String fansIndirect = "最高佣金的<label style=\"color:#E5005C;\">%s</label>";
      String teamBonus = "可享佣金的<label style=\"color:#E5005C;\">%s</label>";
      String teamBonus = "团队分红池<label style=\"color:#E5005C;\">%s</label>";
      // 达人版
      JSONObject jsonrRed1 = new JSONObject();
      jsonrRed1.put("shareRate", String.format(shareRate, "152%"));