From e83dca6e861b622b54d3392ca0d3f1f1eb69f7c9 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期二, 18 六月 2024 09:38:11 +0800
Subject: [PATCH] 新增模型验证

---
 IStation.Service/07-algorithm/02-schedule/ScheduleHelper.cs |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/IStation.Service/07-algorithm/02-schedule/ScheduleHelper.cs b/IStation.Service/07-algorithm/02-schedule/ScheduleHelper.cs
index c22e2ed..a6a5961 100644
--- a/IStation.Service/07-algorithm/02-schedule/ScheduleHelper.cs
+++ b/IStation.Service/07-algorithm/02-schedule/ScheduleHelper.cs
@@ -428,6 +428,10 @@
 
                             //棰戠巼闄愬埗 
                             var conclusionList = new List<Model.AnalysisConclusion>();
+                            //if (pump_bp_dict[flag] == false)
+                            //{
+                            //    conclusionList = _service_analysis_conclusion.GetList(runFlag);
+                            //}else
                             if (exist_frequency_limit_list && frequency_limit_flag_dict.ContainsKey(flag))
                             {
                                 var limit = frequency_limit_flag_dict[flag];
@@ -549,7 +553,7 @@
                             }
                         }
                     }
-                    if (total_flow < target_flow)
+                    if (total_flow < target_flow*0.99)
                         continue;
 
                     if (optimal_combine_part1 == null && optimal_combine_part2 == null)

--
Gitblit v1.9.3