From 9fcc725040c60eb9e9892587bc1d91a6a68977ef Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 24 Oct 2025 20:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E9=82=80=E8=AF=B7=E4=BA=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/infra/common/user/UserAccountCommon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/user/UserAccountCommon.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/user/UserAccountCommon.java index 2dd75ba7..40ec02d6 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/user/UserAccountCommon.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/user/UserAccountCommon.java @@ -99,7 +99,7 @@ public class UserAccountCommon { baseInfoService.save(baseInfo); registerInfoService.save(toRegisterInfo(baseInfo.getId(), cmd)); authTypeService.save(toAuthType(baseInfo.getId(), cmd)); - saveUserInviteData(baseInfo.getId(), cmd, inviteUser); +// saveUserInviteData(baseInfo.getId(), cmd, inviteUser); } catch (DuplicateKeyException ex) { log.error("RegisterAddCmdExe:{},{}", ex, JacksonUtils.toJson(cmd)); TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();