Commit 4096de5a by 王祖波

受邀人

parent 6711dab6
...@@ -152,7 +152,7 @@ public class GroupChatActivityRewardLogServiceImpl implements GroupChatActivityR ...@@ -152,7 +152,7 @@ public class GroupChatActivityRewardLogServiceImpl implements GroupChatActivityR
logger.info("受邀人memberId为空"); logger.info("受邀人memberId为空");
return; return;
} }
dealInviteReward(chatActivityId, inviterMemberId, 1, ChatActivityRewardInviteEnum.INVITEE.value, inviteeRewardDTOList, chatActivityDTO); dealInviteReward(chatActivityId, memberId, 1, ChatActivityRewardInviteEnum.INVITEE.value, inviteeRewardDTOList, chatActivityDTO);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment