From 6374634a65fd4c643ce97143488fb5fcc031183b Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 31 Dec 2025 15:08:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E6=96=B0=E5=A2=9E=20?= =?UTF-8?q?=E5=85=85=E5=80=BC=E6=B4=BB=E5=8A=A8=E6=8A=BD=E5=A5=96=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/inner/enums/activity/PropsActivityTypeEnum.java | 5 +++++ .../other/app/command/activity/UserActivityRechargeExe.java | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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(