//联系人信息 CluePerson cluePerson = this.baseMapper.selectById(id); AssertUtil.check(cluePerson != null, BusinessEnum.CLUEPERSON_NOT_EXIST_ERROR); return cluePerson;
看一下你的sql