活动新增 充值活动抽奖类型
This commit is contained in:
parent
e43018560e
commit
6374634a65
@ -202,6 +202,11 @@ public enum PropsActivityTypeEnum {
|
||||
*/
|
||||
GAME_KTV_WEEK_RANK_REWARD,
|
||||
|
||||
/**
|
||||
* 新年 充值活动抽奖
|
||||
*/
|
||||
USER_RECHARGE_DRAW,
|
||||
|
||||
/**
|
||||
* 游戏王徽章奖励
|
||||
*/
|
||||
|
||||
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user