From 2e8e85f65748ee5a5adf0dcda864aa4167cbf2ef Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期三, 11 十二月 2024 10:32:35 +0800
Subject: [PATCH] 冲突

---
 Service/HStation.Service.PhartRelation.Core/05-service/00-core/DbFirstHelper.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Service/HStation.Service.PhartRelation.Core/05-service/00-core/DbFirstHelper.cs b/Service/HStation.Service.PhartRelation.Core/05-service/00-core/DbFirstHelper.cs
index 0c567a6..4580918 100644
--- a/Service/HStation.Service.PhartRelation.Core/05-service/00-core/DbFirstHelper.cs
+++ b/Service/HStation.Service.PhartRelation.Core/05-service/00-core/DbFirstHelper.cs
@@ -13,7 +13,7 @@
             msg = string.Empty;
             try
             {
-                var connectConfig = HStation.PhartRelation.ConfigHelper.PostgreSqlConnectionConfig;
+                var connectConfig = HStation.PhartRelation.ConfigHelper.SQLiteConnectionConfig;
                 if (connectConfig == null)
                 {
                     msg = "杩炴帴閰嶇疆鍒濆鍖栧け璐�";
@@ -43,7 +43,8 @@
                 {
                     typeof(Yw.Entity.PhartDiagram),
                     typeof(Yw.Entity.PhartGraph),
-                    typeof(Entity.XhsPumpMainPhartMapping)
+                    typeof(Entity.XhsPumpMainPhartMapping),
+                    typeof(Entity.XhsValveMainPhartMapping)
                 };
 
                 using (var db = new SqlSugarClient(connectConfig))

--
Gitblit v1.9.3