充值榜单排名处理

This commit is contained in:
tianfeng 2025-12-31 16:55:41 +08:00
parent fc4f1cf2a2
commit 7f5f8d9055

View File

@ -78,7 +78,7 @@ public class ActivityRechargeRankExe {
} }
private UserRechargeRankCO buildCurrentUserRank(Long activityId, Long userId) { 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); Integer rank = userActivityRechargeDAO.getUserRank(activityId, userId);
UserProfileDTO userProfile = userProfileAppConvertor.toUserProfileDTO( UserProfileDTO userProfile = userProfileAppConvertor.toUserProfileDTO(