sunpengfei
10 小时以前 2370d9c2c36f6e132603a7674474489e82ae942c
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("身份证号格式不正确");
                }