From 8bf45c89968cd202558f06f180eee4f4a51d5d49 Mon Sep 17 00:00:00 2001
From: tangxu <76880903@qq.com>
Date: 星期三, 26 十月 2022 10:44:07 +0800
Subject: [PATCH] 计划分析 增加 GetMonitorNameByTag函数

---
 Application/IStation.Application.OpenApi/shys/plan/shys/ShysHelper.cs |   22 ++++++++++++++--------
 1 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/Application/IStation.Application.OpenApi/shys/plan/shys/ShysHelper.cs b/Application/IStation.Application.OpenApi/shys/plan/shys/ShysHelper.cs
index 561224b..7efad7d 100644
--- a/Application/IStation.Application.OpenApi/shys/plan/shys/ShysHelper.cs
+++ b/Application/IStation.Application.OpenApi/shys/plan/shys/ShysHelper.cs
@@ -32,11 +32,17 @@
         private static void Inital()
         {
             _dict = new Dictionary<int, StationInfo>();
-            _dict.Add(1, new StationInfo(2, new IStation.Calculation.shys闀垮叴娉电珯()));//OK
-            _dict.Add(2, new StationInfo(12, new IStation.Calculation.shys浜斿彿娌熷噷妗ユ柟鍚�()));//ok
-            //_dict.Add(3, new StationInfo(9, new IStation.Calculation.shys浜斿彿娌熼噾娴锋柟鍚�()));
-            _dict.Add(4, new StationInfo(3, new IStation.Calculation.shys浜斿彿娌熶弗妗ユ柟鍚�1()));//OK
-            _dict.Add(5, new StationInfo(5, new IStation.Calculation.shys浜斿彿娌熶弗妗ユ柟鍚�2()));//OK
+            // 鍑烘按鎬荤鍘嬪姏, 娌℃湁鏁版嵁
+            _dict.Add(15, new StationInfo(19, new IStation.Calculation.shys閲戞辰娉电珯()));
+
+            //_dict.Add(1, new StationInfo(2, new IStation.Calculation.shys闀垮叴娉电珯()));//OK
+            //_dict.Add(2, new StationInfo(12, new IStation.Calculation.shys浜斿彿娌熷噷妗ユ柟鍚�()));//ok
+
+            //_dict.Add(4, new StationInfo(3, new IStation.Calculation.shys浜斿彿娌熶弗妗ユ柟鍚�1()));//OK
+            //_dict.Add(5, new StationInfo(5, new IStation.Calculation.shys浜斿彿娌熶弗妗ユ柟鍚�2()));//OK
+
+
+            ////_dict.Add(3, new StationInfo(9, new IStation.Calculation.shys浜斿彿娌熼噾娴锋柟鍚�()));
             //_dict.Add(6, new StationInfo(4, new IStation.Calculation.shys涓ユˉ娉电珯())); 
             //_dict.Add(7, new StationInfo(6, new IStation.Calculation.shys涓存睙1鍙锋车鎴�())); 
             //_dict.Add(8, new StationInfo(7, new IStation.Calculation.shys涓存睙2鍙锋车鎴�())); 
@@ -46,10 +52,10 @@
             //_dict.Add(12, new StationInfo(15, new IStation.Calculation.shys闄堣涓�杈�())); 
             //_dict.Add(13, new StationInfo(16, new IStation.Calculation.shys闄堣浜岃緭())); 
             //_dict.Add(14, new StationInfo(17, new IStation.Calculation.shys娉板拰娉电珯())); 
-            //_dict.Add(15, new StationInfo(19, new IStation.Calculation.shys閲戞辰娉电珯())); 
+            // 
             //_dict.Add(16, new StationInfo(20, new IStation.Calculation.shys鏉炬睙娉电珯())); 
             //_dict.Add(17, new StationInfo(21, new IStation.Calculation.shys澶фˉ娉电珯())); 
-         
+
 
             //    {1,2},//闀垮叴娉电珯
             //    {2,12},//浜斿彿娌熷噷妗ユ柟鍚�
@@ -68,7 +74,7 @@
             //    {15,19},//閲戞辰娉电珯
             //    {16,20},//鏉炬睙娉电珯
             //    {17,21},//澶фˉ娉电珯
-         
+
         }
 
         /// <summary>

--
Gitblit v1.9.3