From aca666c7817675e116ba5294cb29966ed47d1872 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 27 May 2026 17:04:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=80=E8=AF=B7=E6=B4=BB=E5=8A=A8=20?= =?UTF-8?q?=E6=8C=A1=E4=BD=8D=E9=98=88=E5=80=BC*8=E5=80=8D=E5=A4=84?= =?UTF-8?q?=E7=90=86-=E6=9F=A5=E8=AF=A2=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/user/query/UserProfileUseQryExe.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/user/query/UserProfileUseQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserProfileUseQryExe.java index 242379c1..137b5274 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserProfileUseQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserProfileUseQryExe.java @@ -131,7 +131,7 @@ public class UserProfileUseQryExe { String quantity = redisService.getString(key); return BigDecimal.valueOf(StringUtils.isEmpty(quantity) ? 0 : Long.parseLong(quantity)) - .divide(BigDecimal.valueOf(10000), 2, RoundingMode.HALF_UP); + .divide(BigDecimal.valueOf(80000), 2, RoundingMode.HALF_UP); } private UserProfile getUserProfile(UserProfileQryCmd cmd) {