From 44c67892cddc9b7f7091e446fc2030f0b22a82b3 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 20 十二月 2024 22:46:40 +0800 Subject: [PATCH] 构件列表优化 --- Service/HStation.Service.PhartRelation.Core/00-core/ConfigHelper.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Service/HStation.Service.PhartRelation.Core/00-core/ConfigHelper.cs b/Service/HStation.Service.PhartRelation.Core/00-core/ConfigHelper.cs index a4b98d5..7d58210 100644 --- a/Service/HStation.Service.PhartRelation.Core/00-core/ConfigHelper.cs +++ b/Service/HStation.Service.PhartRelation.Core/00-core/ConfigHelper.cs @@ -13,7 +13,7 @@ return new ConnectionConfig() { DbType = SqlSugar.DbType.PostgreSQL,//鏁版嵁搴撶被鍨� - ConnectionString = Settings.PhartRelationParasHelper.Xhs.DataBase.PostgreSql.ConnectString, + ConnectionString = Settings.PhartRelationParasHelper.PhartRelation.DataBase.PostgreSql.ConnectString, IsAutoCloseConnection = true,//鏄惁鑷姩鍏抽棴 MoreSettings = new ConnMoreSettings() { @@ -43,7 +43,7 @@ return new ConnectionConfig() { DbType = SqlSugar.DbType.PostgreSQL,//鏁版嵁搴撶被鍨� - ConnectionString = Settings.PhartRelationParasHelper.Xhs.DataBase.PostgreSql.ConnectString, + ConnectionString = Settings.PhartRelationParasHelper.PhartRelation.DataBase.PostgreSql.ConnectString, IsAutoCloseConnection = true,//鏄惁鑷姩鍏抽棴 MoreSettings = new ConnMoreSettings() { @@ -73,7 +73,7 @@ return new ConnectionConfig() { DbType = SqlSugar.DbType.Sqlite,//鏁版嵁搴撶被鍨� - ConnectionString = Settings.PhartRelationParasHelper.Xhs.DataBase.SQLite.ConnectString, + ConnectionString = Settings.PhartRelationParasHelper.PhartRelation.DataBase.SQLite.ConnectString, IsAutoCloseConnection = true,//鏄惁鑷姩鍏抽棴 MoreSettings = new ConnMoreSettings() { -- Gitblit v1.9.3