febs-server/febs-server-hr/src/main/java/cc/mrbird/febs/server/hr/controller/EmpBaseInfoController.java
@@ -97,6 +97,9 @@ if(this.empBaseInfoService.verifyEmpNumb(empBaseinfo)){ throw new FebsException("已存在此员工编号:" + empBaseinfo.getEmpNumb()); } if(this.empBaseInfoService.verifyCertificateNumb(empBaseinfo)){ throw new FebsException("已存在此身份证号:" + empBaseinfo.getCertificateNumb()); } try { this.empBaseInfoService.createEmpBaseInfo(empBaseinfo); } catch (Exception e) {