From b0944e2f380a3d538e6cc740673ea49c67abfebf Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期二, 22 十月 2024 16:33:45 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 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