FlexJobApi.UserServer.Application/EnterpriseEmployees/Commands/EnterpriseEmployeesCommandHandler.cs
@@ -103,7 +103,7 @@ { errors.Add("请填写身份证号"); } else if (!model.Identity.TryValidate(EnumValidationTypes.ValiIdentity).IsValid) else if (!model.Identity.TryValidate(EnumValidationTypes.ValidIdentity).IsValid) { errors.Add("身份证号格式不正确"); }