Commit e7251429 authored by 周健威's avatar 周健威

修改代码

parent d931de05
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<!-- This code was generated by TableGo tools, mark 2 end. --> <!-- This code was generated by TableGo tools, mark 2 end. -->
<select id="queryAreaInfoByAreaCode" resultType="com.upyuns.platform.rs.datacenter.entity.RscpAreaInfo"> <select id="queryAreaInfoByAreaCode" resultType="com.upyuns.platform.rs.datacenter.entity.RscpAreaInfo">
select a.name,a.shape_area,a.admincode,st_asgeojson(geom,16,0) geom,a.proname,a.cityname select a.name,a.shape_area,a.admincode,st_asgeojson(geom_small,16,0) geom,a.proname,a.cityname
from rscp_area_info a from rscp_area_info a
where admincode=#{areaCode} where admincode=#{areaCode}
</select> </select>
......
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