liaoxujun@qq.com
2023-09-28 c9465709c827d68f243a54609ce691f341306b9d
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();