查询充值奖励判断处理
This commit is contained in:
parent
8f5ef2b9f4
commit
653e2d6ce2
@ -46,7 +46,7 @@ public interface UserActivityRechargeDAO extends BaseDAO<UserActivityRecharge> {
|
||||
* @param userId 用户ID
|
||||
* @return 充值总额
|
||||
*/
|
||||
BigDecimal getUserTotalAmount(@Param("activityId") Long activityId, @Param("userId") Long userId);
|
||||
BigDecimal getUserTotalAmount(@Param("userId") Long userId, @Param("activityId") Long activityId);
|
||||
|
||||
/**
|
||||
* 查询用户在活动中的排名
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user