From 69729a5201e67856e33d9657401de548da5e2d1c Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 4 Jun 2026 20:18:34 +0800 Subject: [PATCH] =?UTF-8?q?cp=E7=AD=89=E7=BA=A7*10=E5=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rds/entity/user/user/CpLevelConfig.java | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/entity/user/user/CpLevelConfig.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/entity/user/user/CpLevelConfig.java index c33095bb..75a95d52 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/entity/user/user/CpLevelConfig.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/entity/user/user/CpLevelConfig.java @@ -25,16 +25,16 @@ import java.util.List; @Getter public enum CpLevelConfig { - LV1 (1, 500000L, 1, 1, 0, 0, false, false), - LV2 (2, 1000000L, 2, 1, 0, 0, false, false), - LV3 (3, 3000000L, 2, 2, 1, 0, false, false), - LV4 (4, 5000000L, 2, 2, 1, 1, false, false), - LV5 (5, 15500000L, 3, 2, 2, 1, true, true ), - LV6 (6, 40000000L, 3, 3, 2, 1, true, true ), - LV7 (7, 70000000L, 3, 3, 3, 1, true, true ), - LV8 (8, 100000000L, 3, 3, 3, 2, true, true ), - LV9 (9, 130000000L, 3, 3, 3, 3, true, true ), - LV10(10, 200000000L, 3, 3, 3, 3, true, true ); + LV1 (1, 5000000L, 1, 1, 0, 0, false, false), + LV2 (2, 10000000L, 2, 1, 0, 0, false, false), + LV3 (3, 30000000L, 2, 2, 1, 0, false, false), + LV4 (4, 50000000L, 2, 2, 1, 1, false, false), + LV5 (5, 155000000L, 3, 2, 2, 1, true, true ), + LV6 (6, 400000000L, 3, 3, 2, 1, true, true ), + LV7 (7, 700000000L, 3, 3, 3, 1, true, true ), + LV8 (8, 1000000000L, 3, 3, 3, 2, true, true ), + LV9 (9, 1300000000L, 3, 3, 3, 3, true, true ), + LV10(10, 2000000000L, 3, 3, 3, 3, true, true ); private final int level; /** 升入下一等级所需超过的门槛值,LV10为满级门槛. */