From 1ba0f93d590c32a5aa776bbc6c1af46acb7828a1 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 17 十月 2024 14:55:11 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- Service/HStation.Service.Assets.Core/00-core/ConfigHelper.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Service/HStation.Service.Assets.Core/00-core/ConfigHelper.cs b/Service/HStation.Service.Assets.Core/00-core/ConfigHelper.cs index 9f4fa11..d0ac06f 100644 --- a/Service/HStation.Service.Assets.Core/00-core/ConfigHelper.cs +++ b/Service/HStation.Service.Assets.Core/00-core/ConfigHelper.cs @@ -10,7 +10,7 @@ get { ConnectionConfig connectConfig = null; - switch (XhsParasHelper.Xhs.DataBase.DbType) + switch (AssetsParasHelper.Assets.DataBase.DbType) { case DbType.PostgreSql: { @@ -41,7 +41,7 @@ return new ConnectionConfig() { DbType = SqlSugar.DbType.PostgreSQL,//鏁版嵁搴撶被鍨� - ConnectionString = XhsParasHelper.Xhs.DataBase.PostgreSql.ConnectString, + ConnectionString = HStation.Settings.AssetsParasHelper.Assets.DataBase.PostgreSql.ConnectString, IsAutoCloseConnection = true,//鏄惁鑷姩鍏抽棴 MoreSettings = new ConnMoreSettings() { @@ -71,7 +71,7 @@ return new ConnectionConfig() { DbType = SqlSugar.DbType.Sqlite,//鏁版嵁搴撶被鍨� - ConnectionString = XhsParasHelper.Xhs.DataBase.SQLite.ConnectString, + ConnectionString = AssetsParasHelper.Assets.DataBase.SQLite.ConnectString, IsAutoCloseConnection = true,//鏄惁鑷姩鍏抽棴 MoreSettings = new ConnMoreSettings() { -- Gitblit v1.9.3