From 7947ecd7933cc92f5d9565afb51aff6e744074c5 Mon Sep 17 00:00:00 2001 From: tangxu <tangxu76880903> Date: 星期三, 20 三月 2024 15:32:19 +0800 Subject: [PATCH] 导入某日长江水位 --- DAL/IStation.DAL.Basic/-helpers/FileHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DAL/IStation.DAL.Basic/-helpers/FileHelper.cs b/DAL/IStation.DAL.Basic/-helpers/FileHelper.cs index 1a024e3..4b6517d 100644 --- a/DAL/IStation.DAL.Basic/-helpers/FileHelper.cs +++ b/DAL/IStation.DAL.Basic/-helpers/FileHelper.cs @@ -14,7 +14,7 @@ /// </summary> public static string GetDataPath() { - var path = Path.Combine(LocalFileConfig.RootDirectory, LocalFileConfig.DataFolder); + var path = Path.Combine(LocalFileConfig.RootDirectory, "Data"); if (!Directory.Exists(path)) Directory.CreateDirectory(path); return path; -- Gitblit v1.9.3