From 395474e1f34b291ab2f253a8e2d1116b9a5d1dae Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 24 Oct 2025 17:21:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E6=B3=95=E6=8A=BD=E5=A5=96=E5=88=B8?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/command/activity/BindInviteCodeExe.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/BindInviteCodeExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/BindInviteCodeExe.java index 1bea8f3c..87dfc91b 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/BindInviteCodeExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/activity/BindInviteCodeExe.java @@ -150,7 +150,7 @@ public class BindInviteCodeExe { if (inviteCount >= 1) { spinsUserTaskProgressService.updateTaskProgress( new SpinsTaskProgressUpdateCmd() - .setUserId(userId) + .setUserId(inviterProfile.getId()) .setTaskCode("SPINS_INVITE_USER_1") .setProgressValue(inviteCount) ); @@ -160,7 +160,7 @@ public class BindInviteCodeExe { if (inviteCount >= 3) { spinsUserTaskProgressService.updateTaskProgress( new SpinsTaskProgressUpdateCmd() - .setUserId(userId) + .setUserId(inviterProfile.getId()) .setTaskCode("SPINS_INVITE_USER_3") .setProgressValue(inviteCount) );