xin=
This commit is contained in:
@@ -40,4 +40,12 @@
|
||||
WHERE plot_id = #{plotId}
|
||||
</select>
|
||||
|
||||
<!-- 所有图斑id和shape -->
|
||||
<select id="selectAllPlotBoundaries" resultType="com.whu.edu.LyStatistic.MapLyStatistic.Dto.PlotBoundaryDTO">
|
||||
SELECT
|
||||
"ID" AS id,
|
||||
"shape" AS shapeGeoJson
|
||||
FROM "${schema}".roottable1
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user