Commit 7e261c34 authored by unset's avatar unset

Merge remote-tracking branch 'origin/dev' into dev

parents 76abf8ca 5aa65c43
...@@ -62,4 +62,6 @@ public class ArrayTypeHandler extends BaseTypeHandler<Object[]> { ...@@ -62,4 +62,6 @@ public class ArrayTypeHandler extends BaseTypeHandler<Object[]> {
} }
return null; return null;
} }
} }
\ No newline at end of file
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</sql> </sql>
<!-- This code was generated by TableGo tools, mark 2 end. --> <!-- This code was generated by TableGo tools, mark 2 end. -->
<select id="queryDataList" resultType="com.upyuns.platform.rs.datacenter.entity.RscpImageDataTotal"> <select id="queryDataList" resultMap="BaseResultMap">
select st_asgeojson(range,16,0) as range, * select st_asgeojson(range,16,0) as range, *
<include refid="geomSelectSql" /> <include refid="geomSelectSql" />
limit 5000 limit 5000
......
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