From b80a3aa37ac5bed12dd6c49e9e731d5f375f80d9 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 26 十二月 2024 09:55:01 +0800
Subject: [PATCH] 增加sw文档关闭配置

---
 DocumentServiceAPI.Application/UserAndLogin/LogInController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/DocumentServiceAPI.Application/UserAndLogin/LogInController.cs b/DocumentServiceAPI.Application/UserAndLogin/LogInController.cs
index 1b8bb16..08408a7 100644
--- a/DocumentServiceAPI.Application/UserAndLogin/LogInController.cs
+++ b/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();

--
Gitblit v1.9.1