Shuxia Ning
2024-08-06 1d5b344c8be498c9989f3fe2e9846b1dcc919cb8
IStation.Test.One/模型验证/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())
            {