From 988c42cfd24d6785e4855fcc405ac8dcd6257eb3 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 23 Jan 2026 15:39:52 +0800 Subject: [PATCH] =?UTF-8?q?yomi=E5=8F=98=E5=8A=A8=E4=BD=99=E9=A2=9D?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8A=A5=E9=94=99=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/app/service/game/YomiGameServiceImpl.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/service/game/YomiGameServiceImpl.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/game/YomiGameServiceImpl.java index 6382c801..d1bef897 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/game/YomiGameServiceImpl.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/game/YomiGameServiceImpl.java @@ -221,7 +221,7 @@ public class YomiGameServiceImpl implements YomiGameService { .origin(GoldOrigin.YOMI_GAME.name() + "_" + cmd.getGameId()) .originDescribe(GoldOrigin.YOMI_GAME.getDesc() + "[" + cmd.getGameId() + "]") .eventId(cmd.getRoundId()) - .amount(ArithmeticUtils.toBigDecimal(cmd.getChangeValue())) + .amount(ArithmeticUtils.toBigDecimal(Math.abs(cmd.getChangeValue()))) .build(); }