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为满级门槛. */