@@ -470,7 +470,7 @@
<update id="manageSaveWkt" parameterType="com.zjugis.ysgzybz.domain.dto.CommonDTO">
update sde.bjwkfly2000
set
- shape = sde.st_geometry(#{wkt,jdbcType=VARCHAR}, 4490)
+ shape = #{wkt}::geometry
where dksyh = #{id}
</update>