From 59e5e0bf989993c0dce1851e34bcbe4bfb42ed56 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 25 十月 2024 15:53:21 +0800
Subject: [PATCH] 增加空压机管理和换热器管理

---
 Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs b/Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs
index f92894b..f78aa65 100644
--- a/Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs
+++ b/Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs
@@ -76,6 +76,10 @@
             {//鎹㈢儹鍣�
                 list.AddRange(this.Exchangers);
             }
+            if (this.Compressors != null && this.Compressors.Count > 0)
+            {//绌哄帇鏈�
+                list.AddRange(this.Compressors);
+            }
             if (this.Pumps != null && this.Pumps.Count > 0)
             {//姘存车
                 list.AddRange(this.Pumps);
@@ -158,6 +162,10 @@
             if (this.Exchangers != null && this.Exchangers.Count > 0)
             {//鎹㈢儹鍣�
                 list.AddRange(this.Exchangers);
+            }
+            if (this.Compressors != null && this.Compressors.Count > 0)
+            {//绌哄帇鏈�
+                list.AddRange(this.Compressors);
             }
             if (this.Pumps != null && this.Pumps.Count > 0)
             {//姘存车
@@ -365,6 +373,10 @@
             {//鎹㈢儹鍣�
                 list.AddRange(this.Exchangers);
             }
+            if (this.Compressors != null && this.Compressors.Count > 0)
+            {//绌哄帇鏈�
+                list.AddRange(this.Compressors);
+            }
             if (this.Pumps != null && this.Pumps.Count > 0)
             {//姘存车
                 list.AddRange(this.Pumps);
@@ -393,6 +405,10 @@
             {//杩囨浮浠�
                 list.AddRange(this.Translations);
             }
+            if (this.Compressors != null && this.Compressors.Count > 0)
+            {//绌哄帇鏈�
+                list.AddRange(this.Compressors);
+            }
             if (this.Exchangers != null && this.Exchangers.Count > 0)
             {//鎹㈢儹鍣�
                 list.AddRange(this.Exchangers);

--
Gitblit v1.9.3