From 7b4b2eb7dd57c29a4b3a75de8234ff9afcbe18d4 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 08 一月 2025 15:13:33 +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