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();