From ad16e8351b0ece14ac2c1672dea69b08ef079e88 Mon Sep 17 00:00:00 2001
From: 肖洋 <cathay_xy@163.com>
Date: 星期三, 15 一月 2025 18:19:03 +0800
Subject: [PATCH] 优化代码并更新配置文件

---
 Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/DB/BaseDBConfig.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/DB/BaseDBConfig.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/DB/BaseDBConfig.cs
index 65764aa..09440d9 100644
--- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/DB/BaseDBConfig.cs
+++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/DB/BaseDBConfig.cs
@@ -39,7 +39,7 @@
 
         public static List<MutiDBOperate> MutiInitConn()
         {
-            SqlSugarClient sqlSugarClient = new SqlSugarClient(new ConnectionConfig
+            SqlSugarScope sqlSugarClient = new SqlSugarScope(new ConnectionConfig
             {
                 ConfigId = MainDb.CurrentDbConnId,
                 ConnectionString = AppSettings.app(MainDb.ConnectionString).DecryptDES(AppSecret.DB),

--
Gitblit v1.9.3