管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-08-21 8482a6fef58c0d699795435ef525a8f188e502a1
ExportMap/db/PostgreHelper.cs
@@ -28,11 +28,9 @@
        private string conStr = null;
        public PostgreHelper(DbEnum db)
        public PostgreHelper()
        {
            string str = ConfigurationManager.AppSettings["pgConn"];
            this.conStr = string.Format(str, db.ToString());
            this.conStr = ConfigurationManager.AppSettings["pgConn"];
        }
        /// <summary>
@@ -196,4 +194,4 @@
            return Regex.IsMatch(input, StrRegex, RegexOptions.IgnoreCase);
        }
    }
}
}