|
@@ -1,17 +1,22 @@
|
|
|
[
|
|
|
- {
|
|
|
- "query_type": "land_site_selection",
|
|
|
- "query": "帮我在萧山区推荐几块50亩左右的工业用地",
|
|
|
- "sql_code": "select id, dkid, xzqmc, dkmc, address, dkmj, tdyt, st_astext(st_centroid(shape)) as center_wkt from sde.ecgap_klyzy where xzqmc = '萧山区' and tdyt in ('工业用地','通用仓储类','标准厂房','工业用地(新业态用地M0)','工矿仓储用地','其他工业用地') and abs(dkmj - 50) <= 5 and sfsj=1 order by dkmj nulls last limit 10"
|
|
|
- },
|
|
|
- {
|
|
|
- "query_type": "land_site_selection",
|
|
|
- "query": "帮我在萧山区推荐一宗50亩左右的标准厂房",
|
|
|
- "sql_code": "select id, dkid, xzqmc, dkmc, address, dkmj, tdyt, st_astext(st_centroid(shape)) as center_wkt from sde.ecgap_klyzy where xzqmc = '萧山区' and tdyt ='标准厂房' and abs(dkmj - 50) <= 5 and sfsj=1 order by dkmj nulls last limit 1"
|
|
|
- },
|
|
|
- {
|
|
|
- "query_type": "land_site_selection",
|
|
|
- "query": "帮我在杭州市滨江区正泰大厦附近推荐一宗50亩左右的标准厂房",
|
|
|
- "sql_code": "select t.* from (select id, dkid, xzqmc, dkmc, address, dkmj, tdyt, round(st_distance(st_geometryfromtext('POINT (40520795.286336236 3343271.716593298)', 4528), st_transform(shape, 4528))::numeric,0) as distance, st_astext(st_centroid(shape)) as center_wkt from sde.ecgap_klyzy where xzqmc = '萧山区' and tdyt ='标准厂房' and sfsj=1 and abs(dkmj - 50) <= 5) as t where t.distance <= 5000 order by t.dkmj nulls last limit 1"
|
|
|
-}
|
|
|
+ {
|
|
|
+ "query_type": "land_site_selection",
|
|
|
+ "query": "帮我在萧山区推荐几块50亩左右的工业用地",
|
|
|
+ "sql_code": "select id, dkid, xzqmc, dkmc, address, dkmj, tdyt, st_astext(st_centroid(shape)) as center_wkt from sde.ecgap_klyzy where xzqmc = '萧山区' and tdyt in ('工业用地','通用仓储类','标准厂房','工业用地(新业态用地M0)','工矿仓储用地','其他工业用地') and abs(dkmj - 50) <= 5 and sfsj=1 order by dkmj nulls last limit 10"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "query_type": "land_site_selection",
|
|
|
+ "query": "帮我在萧山区推荐一宗50亩左右的标准厂房",
|
|
|
+ "sql_code": "select id, dkid, xzqmc, dkmc, address, dkmj, tdyt, st_astext(st_centroid(shape)) as center_wkt from sde.ecgap_klyzy where xzqmc = '萧山区' and tdyt ='标准厂房' and abs(dkmj - 50) <= 5 and sfsj=1 order by dkmj nulls last limit 1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "query_type": "land_site_selection",
|
|
|
+ "query": "帮我在杭州市滨江区正泰大厦附近推荐一宗50亩左右的标准厂房",
|
|
|
+ "sql_code": "select t.* from (select id, dkid, xzqmc, dkmc, address, dkmj, tdyt, round(st_distance(st_geometryfromtext('POINT (120.42827489304307 30.23751646603668)', 4490)::geography,shape::geography)::numeric,0) as distance, st_astext(st_centroid(shape)) as center_wkt from sde.ecgap_klyzy where tdyt ='工业用地' and sfsj=1 and dkmj BETWEEN 30 and 100) as t where t.distance <= 5000 order by t.dkmj nulls last limit 10"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "query_type": "land_site_selection",
|
|
|
+ "query": "请在萧山机场附近选出30-100亩之间适用来做物流仓储的地块",
|
|
|
+ "sql_code": "select t.* from (select id, dkid, xzqmc, dkmc, address, dkmj, tdyt, round(st_distance(st_geometryfromtext('POINT (120.42827489304307 30.23751646603668)', 4490)::geography,shape::geography)::numeric,0) as distance, st_astext(st_centroid(shape)) as center_wkt from sde.ecgap_klyzy where dkmc like '%仓储%' and sfsj=1 and dkmj BETWEEN 30 and 100) as t where t.distance <= 5000 order by t.dkmj nulls last limit 10"
|
|
|
+ }
|
|
|
]
|