画空域的空域json及其修改保存

This commit is contained in:
zhulongchuan 2025-11-21 11:05:15 +08:00
parent 58d72c4f10
commit 87ddf19c50

View File

@ -74,6 +74,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectPlottingByUUId" parameterType="String" resultMap="PlottingResult">
<include refid="selectPlottingVo"/>
where uuid = #{uuid}
ORDER BY create_time DESC
LIMIT 1
</select>
<select id="selectPlottingUUId" parameterType="String" resultMap="PlottingResult">