|
@@ -217,7 +217,7 @@ public class BaseExpertServiceImpl extends ServiceImpl<BaseExpertMapper, BaseExp
|
|
|
failureMsg.append(failureNum + "、专家类型“" + expert.getExpertType() + "”不存在 <br/>");
|
|
|
}
|
|
|
if (expert.getIdNumber().length() > 18) {
|
|
|
- throw new ServiceException("身份证号长度过长");
|
|
|
+ failureMsg.append(failureNum + "、身份证号“" + expert.getIdNumber() + "”长度过长 <br/>");
|
|
|
}
|
|
|
//查询身份证号是否已使用
|
|
|
LambdaQueryWrapper<BaseExpert> baseExpertWrapper = new LambdaQueryWrapper<>();
|