From 6d74587b0bfaec79b0720ef16de4a30575e0d876 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 24 Oct 2025 19:05:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=80=E8=AF=B7=E7=A0=81=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E5=89=8D=E5=90=8E=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/command/activity/BindInviteCodeExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2a50d356..3eb8f5ea 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 @@ -53,7 +53,7 @@ public class BindInviteCodeExe { @Transactional(rollbackFor = Exception.class) public void execute(BindInviteCodeCmd cmd) { Long userId = cmd.getReqUserId(); - String inviteCode = cmd.getInviteCode(); + String inviteCode = cmd.getInviteCode().trim(); String inviteType = cmd.getInviteType(); String sysOrigin = cmd.getReqSysOrigin().getOrigin();