Commit 5798b556 authored by 周健威's avatar 周健威

修改代码

parent a4c98cef
......@@ -128,12 +128,16 @@
</select>
<select id="queryGeomsJson" resultType="String">
select st_asgeojson(range,16,0) as range
from
(
select st_union(item_geom) geoms_input
from
<foreach collection="geoms" index="geomsIndex" item="geomsItem" open="(" close=")" separator=" UNION ALL ">
select geojsontowkt(#{geomsItem}, 'true') item_geom
</foreach>
as item_temp
) temp
</select>
<sql id="geomSelectSql" >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment