From 7f5f8d9055e63eb53a626c4da47da8127245d013 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 31 Dec 2025 16:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=85=E5=80=BC=E6=A6=9C=E5=8D=95=E6=8E=92?= =?UTF-8?q?=E5=90=8D=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/activity/ActivityRechargeRankExe.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/activity/ActivityRechargeRankExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/ActivityRechargeRankExe.java index 8b02739d..17000a2f 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/ActivityRechargeRankExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/ActivityRechargeRankExe.java @@ -78,7 +78,7 @@ public class ActivityRechargeRankExe { } private UserRechargeRankCO buildCurrentUserRank(Long activityId, Long userId) { - BigDecimal totalAmount = userActivityRechargeDAO.getUserTotalAmount(activityId, userId); + BigDecimal totalAmount = userActivityRechargeDAO.getUserTotalAmount(userId, activityId); Integer rank = userActivityRechargeDAO.getUserRank(activityId, userId); UserProfileDTO userProfile = userProfileAppConvertor.toUserProfileDTO(