This commit is contained in:
DingZQ
2025-04-19 11:48:04 +08:00
parent 013929e1e5
commit 25e97c7798
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ def get_pipe_risk_probability_geometries(name: str) -> dict[str, Any]:
pipe_risk_probability_geometries = {}
with conn[name].cursor(row_factory=dict_row) as cur:
cur.execute(f"select * from GIS_pipe")
cur.execute(f"select * from gis_pipe")
for record in cur:
print(record['geometry'])