充值榜单排名处理
This commit is contained in:
parent
fc4f1cf2a2
commit
7f5f8d9055
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user