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