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) {