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(