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