From 342fa8be89ce72d4a1f87fc857def22b41722dfc Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期日, 03 十一月 2024 14:43:19 +0800
Subject: [PATCH] 曲线 问题修改

---
 Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs b/Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs
index b2efd4a..efbd1d9 100644
--- a/Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs
+++ b/Service/HStation.Service.Xhs.Core/05-service/00-core/03-helper/DbFirstHelper.cs
@@ -13,7 +13,6 @@
             msg = string.Empty;
             try
             {
-
                 var connectConfig = HStation.Xhs.ConfigHelper.DefaultConnectionConfig;
                 if (connectConfig == null)
                 {
@@ -42,10 +41,13 @@
 
                 var typeList = new List<Type>()
                 {
-                    typeof(Entity.XhsProject),
-                    typeof(Entity.XhsProjectSite),
-                    typeof(Entity.XhsScheme)
-                };
+                   typeof(Entity.XhsProject),
+                   typeof(Entity.XhsProjectPropValue),
+                   typeof(Entity.XhsProjectSite),
+                   typeof(Entity.XhsProjectSitePropValue),
+                   typeof(Entity.XhsScheme),
+                   typeof(Entity.XhsSchemePropValue)
+                 };
 
                 using (var db = new SqlSugarClient(connectConfig))
                 {

--
Gitblit v1.9.3