This commit is contained in:
TigerNiu
2025-11-26 09:15:55 +08:00
parent 49485a7ac1
commit 264236c74a
7 changed files with 202 additions and 3 deletions

View File

@@ -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>