From 424d2d20a24b76850b73fae8ecc9bc98505be4f5 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期五, 12 八月 2022 11:31:14 +0800
Subject: [PATCH] 新增重新分析 实时、时、日、月、年等常规分析测点接口

---
 Calculation/IStation.Calculation4Analy/MonitorFormulaCalcuHelper.cs |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diff --git a/Calculation/IStation.Calculation4Analy/MonitorFormulaCalcuHelper.cs b/Calculation/IStation.Calculation4Analy/MonitorFormulaCalcuHelper.cs
index 6bbeb0a..25a2b05 100644
--- a/Calculation/IStation.Calculation4Analy/MonitorFormulaCalcuHelper.cs
+++ b/Calculation/IStation.Calculation4Analy/MonitorFormulaCalcuHelper.cs
@@ -383,7 +383,7 @@
         }
 
         /// <summary>
-        /// 缁熻宸��
+        /// 缁熻鍜屽��
         /// </summary>
         public static double StatisticalSumValue
             (
@@ -551,9 +551,6 @@
             return srcValue;
 
             #endregion
-
-
-
         }
 
         /// <summary>
@@ -644,9 +641,6 @@
             return srcValue;
 
             #endregion
-
-
-
         }
 
         /// <summary>
@@ -737,9 +731,6 @@
             return srcValue;
 
             #endregion
-
-
-
         }
 
         #endregion
@@ -835,8 +826,6 @@
 
             #endregion
 
-
-
         }
 
         /// <summary>
@@ -927,9 +916,6 @@
             return srcValue;
 
             #endregion
-
-
-
         }
 
         #endregion

--
Gitblit v1.9.3