DocumentServiceAPI.Application/UserAndLogin/LogInController.cs
@@ -214,7 +214,7 @@ var ad= ITCode.TryValidate(ValidationTypes.PhoneNumber); if(!ad.IsValid) { throw Oops.Oh("请输入正确的账号"); throw Oops.Oh("员工账号需要用电话号码"); } var count= await db.Queryable<TenantInfo>().Where(x=>x.ItCode==ITCode&&x.IsEn==true&&x.IsDel==false).WithCache(600).CountAsync();