Support bianma for risk page

This commit is contained in:
DingZQ
2025-05-04 21:19:05 +08:00
parent 3ba4837c9e
commit 74c828cc3f
2 changed files with 3 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ def get_pipe_risk_probability_geometries(name: str) -> dict[str, Any]:
}
for col in record:
if col != key_pipeId and col != key_geometry:
if col != key_geometry:
pipe_risk_probability_geometries[id][col] = record[col]
# print(len(pipe_risk_probability_geometries))