bug
parent
ba40f53d79
commit
4d73bc798e
|
|
@ -135,7 +135,8 @@ public class AccountExecutor implements AccountApi {
|
|||
// 回滚数据, 清除account表示数据,orgInfo数据
|
||||
orgInfoMapper.delete(new LambdaQueryWrapper<OrgInfoDO>()
|
||||
.eq(OrgInfoDO::getCreateId, result.getId()));
|
||||
|
||||
accountDomainService.delete(result.getId());
|
||||
log.error("同步用户失败: {}", e.getMessage());
|
||||
throw new BizException(ErrorCode.GBS_USER_SYNC_ERROR);
|
||||
}
|
||||
return SingleResponse.success(toCO(result));
|
||||
|
|
|
|||
Loading…
Reference in New Issue