瀏覽代碼

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

xulisong 6 年之前
父節點
當前提交
ad99459d64
共有 1 個文件被更改,包括 4 次插入1 次删除
  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;