From 3e4fa61e398cb7c6fa3d0173ebaf740a14992e8c Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期二, 13 八月 2024 16:11:36 +0800
Subject: [PATCH] 主界面修改

---
 Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs |   26 ++++++++++++--------------
 1 files changed, 12 insertions(+), 14 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 f417a00..ceb2f2b 100644
--- a/Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs
+++ b/Service/HStation.Service.Revit.Core/01-model/RevitModel_Method.cs
@@ -63,6 +63,10 @@
             {
                 list.AddRange(this.Bluntheads);
             }
+            if (this.Exchangers != null && this.Exchangers.Count > 0)
+            {
+                list.AddRange(this.Exchangers);
+            }
 
             if (this.Pipes != null && this.Pipes.Count > 0)
             {
@@ -71,10 +75,6 @@
             if (this.Translations != null && this.Translations.Count > 0)
             {
                 list.AddRange(this.Translations);
-            }
-            if (this.Exchangers != null && this.Exchangers.Count > 0)
-            {
-                list.AddRange(this.Exchangers);
             }
             if (this.Pumps != null && this.Pumps.Count > 0)
             {
@@ -148,7 +148,10 @@
             {
                 list.AddRange(this.Bluntheads);
             }
-
+            if (this.Exchangers != null && this.Exchangers.Count > 0)
+            {
+                list.AddRange(this.Exchangers);
+            }
 
             return list;
         }
@@ -190,10 +193,6 @@
             if (this.Translations != null && this.Translations.Count > 0)
             {
                 list.AddRange(this.Translations);
-            }
-            if (this.Exchangers != null && this.Exchangers.Count > 0)
-            {
-                list.AddRange(this.Exchangers);
             }
             if (this.Pumps != null && this.Pumps.Count > 0)
             {
@@ -255,7 +254,10 @@
             {
                 list.AddRange(this.Bluntheads);
             }
-
+            if (this.Exchangers != null && this.Exchangers.Count > 0)
+            {
+                list.AddRange(this.Exchangers);
+            }
 
             return list;
         }
@@ -306,10 +308,6 @@
             if (this.Translations != null && this.Translations.Count > 0)
             {
                 list.AddRange(this.Translations);
-            }
-            if (this.Exchangers != null && this.Exchangers.Count > 0)
-            {
-                list.AddRange(this.Exchangers);
             }
 
             return list;

--
Gitblit v1.9.3