From 93cf3c24ae02a002bb63b48b976e7eec145b53ea Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 29 Aug 2025 23:19:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=88=BF=E9=97=B4):=20=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E6=8A=BD=E5=8F=96=E6=88=BF=E9=97=B4=E4=BC=9A=E8=B4=B9=E7=94=B1?= =?UTF-8?q?20%=E6=94=B9=E4=B8=BA=E6=8A=BD50%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/room/RoomMemberChangeIdentityCmdExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/RoomMemberChangeIdentityCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/RoomMemberChangeIdentityCmdExe.java index a67e6f9c..77ffeb78 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/RoomMemberChangeIdentityCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/room/RoomMemberChangeIdentityCmdExe.java @@ -289,7 +289,7 @@ public class RoomMemberChangeIdentityCmdExe { .origin(GoldOrigin.JOIN_ROOM) .amount(BigDecimal.valueOf(joinGolds)).build())); - BigDecimal gold = ArithmeticUtils.multiplyRatioRemain(BigDecimal.valueOf(joinGolds), 0.2) + BigDecimal gold = ArithmeticUtils.multiplyRatioRemain(BigDecimal.valueOf(joinGolds), 0.5) .setScale(0, RoundingMode.DOWN); if (!ArithmeticUtils.gte(gold, BigDecimal.ONE)) { return false;