活动新增 充值活动抽奖类型

This commit is contained in:
tianfeng 2025-12-31 15:08:16 +08:00
parent e43018560e
commit 6374634a65
2 changed files with 7 additions and 2 deletions

View File

@ -202,6 +202,11 @@ public enum PropsActivityTypeEnum {
*/ */
GAME_KTV_WEEK_RANK_REWARD, GAME_KTV_WEEK_RANK_REWARD,
/**
* 新年 充值活动抽奖
*/
USER_RECHARGE_DRAW,
/** /**
* 游戏王徽章奖励 * 游戏王徽章奖励
*/ */

View File

@ -27,8 +27,8 @@ public class UserActivityRechargeExe {
public UserActivityRechargeCO execute(UserActivityRechargeCmd cmd) { public UserActivityRechargeCO execute(UserActivityRechargeCmd cmd) {
BigDecimal totalAmount = userActivityRechargeService.getUserTotalAmount( BigDecimal totalAmount = userActivityRechargeService.getUserTotalAmount(
cmd.getActivityId(), cmd.getReqUserId(),
cmd.getReqUserId() cmd.getActivityId()
); );
UserProfileDTO userProfile = userProfileAppConvertor.toUserProfileDTO( UserProfileDTO userProfile = userProfileAppConvertor.toUserProfileDTO(