sunpengfei
昨天 19863208cfdaf01735e75fbdafa33e426e735c04
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("身份证号格式不正确");
                }