From 22b4c946cc51180ee68e2bea82a86b912fcfa744 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 16 三月 2023 18:54:31 +0800 Subject: [PATCH] 1 --- ExportMap/db/SQLiteHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/db/SQLiteHelper.cs b/ExportMap/db/SQLiteHelper.cs index 2f43b25..4e0fae4 100644 --- a/ExportMap/db/SQLiteHelper.cs +++ b/ExportMap/db/SQLiteHelper.cs @@ -19,7 +19,7 @@ static SQLiteHelper() { //SQLiteHelper.DB = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Resources\\Community.db"); - DB = Tool.GetSetting("db"); + DB = Tool.GetSetting("sgDB"); } /// <summary> -- Gitblit v1.9.3