Browse Source

xls:补充为找到空间的情况

xulisong 6 years ago
parent
commit
ad99459d64
1 changed files with 4 additions and 1 deletions
  1. 4 1
      MBI/SAGA.GplotRelationComputerManage/ComputerVerticalPipe.cs

+ 4 - 1
MBI/SAGA.GplotRelationComputerManage/ComputerVerticalPipe.cs

@@ -79,7 +79,10 @@ namespace SAGA.GplotRelationComputerManage
         {
             tip = string.Empty;
             if (space == null)
-                return string.Empty;
+            {
+                tip = $"未知空间:BIMID编码";
+                return "未知";//string.Empty;
+            }        
             string bimId = space.GetBimId();
             var room = GetRoomItem(bimId);
             string useName = space.Name;