diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/dao/activity/UserActivityRechargeDAO.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/dao/activity/UserActivityRechargeDAO.java index 7936b3eb..d4213074 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/dao/activity/UserActivityRechargeDAO.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/rds/dao/activity/UserActivityRechargeDAO.java @@ -46,7 +46,7 @@ public interface UserActivityRechargeDAO extends BaseDAO { * @param userId 用户ID * @return 充值总额 */ - BigDecimal getUserTotalAmount(@Param("activityId") Long activityId, @Param("userId") Long userId); + BigDecimal getUserTotalAmount(@Param("userId") Long userId, @Param("activityId") Long activityId); /** * 查询用户在活动中的排名