duheng
2025-04-03 6c521d86f3dae53a64a626e2d63cdaac67a8ea94
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))
                {