From 8482a6fef58c0d699795435ef525a8f188e502a1 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 21 八月 2023 13:44:11 +0800 Subject: [PATCH] 修改Postgres数据库帮助类 --- DataLoader/CS/Importor.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DataLoader/CS/Importor.cs b/DataLoader/CS/Importor.cs index b454147..0ff7069 100644 --- a/DataLoader/CS/Importor.cs +++ b/DataLoader/CS/Importor.cs @@ -28,7 +28,7 @@ { get { - if (_ph == null) _ph = new PostgreHelper(DbEnum.langfang); + if (_ph == null) _ph = new PostgreHelper(); return _ph; } -- Gitblit v1.9.3