This commit is contained in:
dute7liang
2024-02-25 18:28:03 +08:00
parent e9a40fa89d
commit 0ccfeeb353
2 changed files with 4 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ public class AwardManager {
log.error("注册奖励领取失败 用户不存在 userId={}",userId);
return;
}
accountMapper.incsIncomeCoin(userId,price);
accountMapper.incsCoin(userId,price);
accountChangeLogService.saveLogNoAdmin(user.getId(),user.getUsercode(), AccountChangeCodeEnum.REGISTER_AWARD,price,null);
yunxinHttpService.registerRewardCoin(userId,price,price);
}