Shuxia Ning
2024-10-15 8b3c150ccc930e334f787f85db75784a54f08b0f
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))