为了账号安全,请及时绑定邮箱和手机立即绑定

抛出的异常 也是BusinessException的(throw new BusinessException(EmBusinessError.USER_NOT_EXIST);), 为什么if (exceptionx instanceof BusinessException)判断的时候是 false ?

http://img1.sycdn.imooc.com//5fc8aa250001062208400310.jpg

?????

http://img1.sycdn.imooc.com//5fc8aa4e0001565307890476.jpg

正在回答

2 回答

已解决:再重写

@Override
public UserModel getUserById(Integer id){
UserDo userDo = userDoMapper.selectByPrimaryKey(id);
if (userDo==null){
    return null;
    }
}时 未判空
0 回复 有任何疑惑可以回复我~

断点查看到  都没有走到 if 判断userModel 为空的之后的逻辑,直接查询时就报空指针了

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

抛出的异常 也是BusinessException的(throw new BusinessException(EmBusinessError.USER_NOT_EXIST);), 为什么if (exceptionx instanceof BusinessException)判断的时候是 false ?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信