注册邀请人逻辑去除
This commit is contained in:
parent
470964580b
commit
9fcc725040
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user