From c0f3c3f170846197d8d3f74ac123e0ac93a6dd67 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 09 九月 2024 13:12:37 +0800 Subject: [PATCH] 肯特流量表数据对接更新 --- IStation.Service.SZJT/03-settings/00-core/SZJTFileHelper.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/IStation.Service.SZJT/03-settings/helper/SZJTFileHelper.cs b/IStation.Service.SZJT/03-settings/00-core/SZJTFileHelper.cs similarity index 98% rename from IStation.Service.SZJT/03-settings/helper/SZJTFileHelper.cs rename to IStation.Service.SZJT/03-settings/00-core/SZJTFileHelper.cs index 9484114..dae8841 100644 --- a/IStation.Service.SZJT/03-settings/helper/SZJTFileHelper.cs +++ b/IStation.Service.SZJT/03-settings/00-core/SZJTFileHelper.cs @@ -50,7 +50,9 @@ internal static bool Save() { if (_appparas == null) + { return default; + } var json = JsonHelper.Object2FormatJson(_appparas); File.WriteAllText(JsonFileName, json, Encoding.UTF8); return true; -- Gitblit v1.9.3