注册邀请人逻辑去除

This commit is contained in:
tianfeng 2025-10-24 20:00:27 +08:00
parent 470964580b
commit 9fcc725040

View File

@ -99,7 +99,7 @@ public class UserAccountCommon {
baseInfoService.save(baseInfo); baseInfoService.save(baseInfo);
registerInfoService.save(toRegisterInfo(baseInfo.getId(), cmd)); registerInfoService.save(toRegisterInfo(baseInfo.getId(), cmd));
authTypeService.save(toAuthType(baseInfo.getId(), cmd)); authTypeService.save(toAuthType(baseInfo.getId(), cmd));
saveUserInviteData(baseInfo.getId(), cmd, inviteUser); // saveUserInviteData(baseInfo.getId(), cmd, inviteUser);
} catch (DuplicateKeyException ex) { } catch (DuplicateKeyException ex) {
log.error("RegisterAddCmdExe:{},{}", ex, JacksonUtils.toJson(cmd)); log.error("RegisterAddCmdExe:{},{}", ex, JacksonUtils.toJson(cmd));
TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();