duheng
2025-01-22 d6111ca1fa9f70afc50c8213f81c9d78c14a6527
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))
                {