Browse Source

选址评分

liutao 3 weeks ago
parent
commit
2f4747c8ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      landsite_agent/xuanzhi_query.py

+ 1 - 1
landsite_agent/xuanzhi_query.py

@@ -15,7 +15,7 @@ async def kg_query(id: str = Query(..., description="ID列表, 逗号分隔")) -
     """
     sql = (
         "select id, xzqmc, xzqdm, dymc, yddm, ydxz, ydmj, rjlsx, rjlxx, jzmdsx, jzmdxx, "
-        "jzgdsx, jzgdxx, ldlsx, ldlxx, pfwh, pfsj, st_area(shape::geography) as pfmarea, "
+        "jzgdsx, jzgdxx, ldlsx, ldlxx, pfwh, pfsj,dkcsd,ghfhd,dkgzd,jtblx,cyppd, st_area(shape::geography) as pfmarea, "
         "st_astext(shape) as geom, st_astext(st_centroid(shape)) as center_wkt "
         "from sde.kzxxxgh where id in ({id})"
     )