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)) {