增加施工要素过滤条件

This commit is contained in:
qiji4215 2023-10-14 10:41:00 +08:00
parent 9ff0cb2aa2
commit 998906dcb8

View File

@ -443,7 +443,7 @@ class ImportOMDBHelper @AssistedInject constructor(
}
}
} else if (renderEntity.code.toInt() == DataCodeEnum.OMDB_INTERSECTION.code.toInt() && renderEntity.properties.containsKey(
} else if (renderEntity.code.toInt() == DataCodeEnum.OMDB_INTERSECTION.code.toInt()||renderEntity.code.toInt() == DataCodeEnum.OMDB_LINK_CONSTRUCTION.code.toInt() && renderEntity.properties.containsKey(
"linkList"
)
) {