fix: 添加导流区纹理

This commit is contained in:
2023-08-16 13:52:55 +08:00
parent 29f6ba22bc
commit 5f6d363bb8
5 changed files with 11 additions and 1 deletions

View File

@@ -191,6 +191,11 @@ class ImportOMDBHelper @AssistedInject constructor(
else -> renderEntity.properties.put(key, value.toString())
}
}
// 如果properties中不包含name那么自动将要素名称添加进properties中
if (!renderEntity.properties.containsKey("name")) {
renderEntity.properties["name"] = renderEntity.name;
}
//遍历判断只显示与任务Link相关的任务数据
if(currentConfig.checkLinkId){