Ver código fonte

Merge branch 'master' of http://114.55.67.98:8070/Natural_p1/BJYSYBZ

songxy 1 ano atrás
pai
commit
1821088c60

+ 1 - 1
BJYSYBZ_S/src/main/resources/mapper/YbzBJMapper.xml

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