diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/activity/PropsActivityTypeEnum.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/activity/PropsActivityTypeEnum.java index f5076506..a63f1991 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/activity/PropsActivityTypeEnum.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/enums/activity/PropsActivityTypeEnum.java @@ -202,6 +202,11 @@ public enum PropsActivityTypeEnum { */ GAME_KTV_WEEK_RANK_REWARD, + /** + * 新年 充值活动抽奖 + */ + USER_RECHARGE_DRAW, + /** * 游戏王徽章奖励 */ diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/UserActivityRechargeExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/UserActivityRechargeExe.java index 6cfc532c..c48ab8a5 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/UserActivityRechargeExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/UserActivityRechargeExe.java @@ -27,8 +27,8 @@ public class UserActivityRechargeExe { public UserActivityRechargeCO execute(UserActivityRechargeCmd cmd) { BigDecimal totalAmount = userActivityRechargeService.getUserTotalAmount( - cmd.getActivityId(), - cmd.getReqUserId() + cmd.getReqUserId(), + cmd.getActivityId() ); UserProfileDTO userProfile = userProfileAppConvertor.toUserProfileDTO(