From 1d5b344c8be498c9989f3fe2e9846b1dcc919cb8 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 06 八月 2024 17:29:23 +0800 Subject: [PATCH] 累计运行时长更新 --- IStation.Test.One/模型验证/HistoryScadaValidHelper.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git "a/IStation.Test.One/\346\250\241\345\236\213\351\252\214\350\257\201/HistoryScadaValidHelper.cs" "b/IStation.Test.One/\346\250\241\345\236\213\351\252\214\350\257\201/HistoryScadaValidHelper.cs" index c7e2cfb..49e8b74 100644 --- "a/IStation.Test.One/\346\250\241\345\236\213\351\252\214\350\257\201/HistoryScadaValidHelper.cs" +++ "b/IStation.Test.One/\346\250\241\345\236\213\351\252\214\350\257\201/HistoryScadaValidHelper.cs" @@ -12,7 +12,7 @@ if (!File.Exists(file_path)) return false; - var day_value_list = IStation.DayValueHelper.GetDayValues(); + var day_value_list = DayValueHelper.GetDayValues(); if (day_value_list == null || !day_value_list.Any()) return false; @@ -319,6 +319,7 @@ } EpanetMethods.ENcloseH(); + EpanetMethods.ENclose(); return true; } @@ -817,6 +818,7 @@ } } EpanetMethods.ENcloseH(); + EpanetMethods.ENclose(); if (avg_statistics_station1_vm_list_temp.Any()) { -- Gitblit v1.9.3