From 0b57cfd62e842b309d03467b96a331c673ecad7c Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 21 四月 2020 14:08:18 +0800
Subject: [PATCH] 删除普通会员等级

---
 fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserAccountControllerV2.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserAccountControllerV2.java b/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserAccountControllerV2.java
index 44afe3f..69e019c 100644
--- a/fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserAccountControllerV2.java
+++ b/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);
@@ -688,7 +688,7 @@
 		
 		String shareRate = "鍙韩浣i噾鐨�<label style=\"color:#E5005C;\">%s</label>";
 		String fansRate = "鏈�楂樹剑閲戠殑<label style=\"color:#E5005C;\">%s</label>";
-		String fansIndirect = "鍥㈤槦鍒嗙孩姹�<label style=\"color:#E5005C;\">%s</label>";
+		String fansIndirect = "鏈�楂樹剑閲戠殑<label style=\"color:#E5005C;\">%s</label>";
 		String teamBonus = "鍥㈤槦鍒嗙孩姹�<label style=\"color:#E5005C;\">%s</label>";
 		// 杈句汉鐗�
 		JSONObject jsonrRed1 = new JSONObject();

--
Gitblit v1.8.0