发奖励修复
This commit is contained in:
parent
370c10e8cd
commit
bd61ab9490
@ -149,7 +149,7 @@ public class InviteUserClientServiceImpl implements InviteUserClientService {
|
||||
* 金币发给邀请人A,道具发给被邀请人B
|
||||
*/
|
||||
private void tryAwardTier(RechargeCommissionResult result, int tier, long propsId, long gold) {
|
||||
String taskType = UserOneTimeTaskTypeEnum.INVITE_REWARD.name() + "_" + tier;
|
||||
String taskType = UserOneTimeTaskTypeEnum.INVITE_REWARD.name() + "_" + tier + "_" + result.getInviteeUserId();
|
||||
|
||||
OneTimeTask alreadyRewarded = oneTimeTaskService.query()
|
||||
.eq(OneTimeTask::getUserId, result.getInviterUserId())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user