From fd681339c81201ed6fb3303647ecab89e3e6c0c1 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 17 七月 2024 09:50:11 +0800
Subject: [PATCH] 调度逻辑修改,新增笛卡尔积过滤循环

---
 IStation.Service/01-entity/03-hydraulic/HydraulicModelRecord.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/IStation.Service/01-entity/03-hydraulic/HydraulicModelRecord.cs b/IStation.Service/01-entity/03-hydraulic/HydraulicModelRecord.cs
index 80079d0..501b676 100644
--- a/IStation.Service/01-entity/03-hydraulic/HydraulicModelRecord.cs
+++ b/IStation.Service/01-entity/03-hydraulic/HydraulicModelRecord.cs
@@ -21,7 +21,7 @@
             this.ValueType = rhs.ValueType;
             this.ModelId = rhs.ModelId;
             this.ScadaId = rhs.ScadaId;
-            this.ModeValue = rhs.ModeValue;
+            this.ModelValue = rhs.ModelValue;
             this.ScadaValue = rhs.ScadaValue;
             this.DifferenceValue = rhs.DifferenceValue;
         }
@@ -45,7 +45,7 @@
         /// 妯″瀷鏍囪瘑
         /// </summary>	
         public string ModelId { get; set; }
-         
+
         /// <summary>
         /// Scada鏍囪瘑
         /// </summary>	
@@ -54,8 +54,8 @@
         /// <summary>
         /// 妯″瀷鍊�
         /// </summary>	
-        public double? ModeValue { get; set; }
-        
+        public double? ModelValue { get; set; }
+
         /// <summary>
         /// Scada鍊�
         /// </summary>	 
@@ -64,7 +64,7 @@
         /// <summary>
         /// 宸��
         /// </summary>	 
-        public double? DifferenceValue { get; set; } 
+        public double? DifferenceValue { get; set; }
 
         /// <summary>
         /// 

--
Gitblit v1.9.3