91af74b0a4d78ff166d2a9555dfec6656a8e3fef.svn-base 853 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="org.jeecg.modules.demo.hzz.axgh.axlh.mapper.RmAxlhMapper">
  4. <update id="updAxlh" parameterType="Object">
  5. update rm_axlh set geom=(ST_Transform(st_geometryfromtext(#{wkt}, 4548),4490)) where id=#{id};
  6. </update>
  7. <update id="updAxlh2" parameterType="Object">
  8. update rm_axlh set geom=(ST_Transform(st_geometryfromtext(#{wkt}, 4527),4490)) where id=#{id};
  9. </update>
  10. <update id="updAxlh3" parameterType="Object">
  11. update rm_axlh set geom=(st_geometryfromtext(#{wkt},4490)) where id=#{id};
  12. </update>
  13. <update id="updGeoinfo" parameterType="Object">
  14. update rm_axlh set geoinfo = st_asGeojson(geom) where id=#{id};
  15. </update>
  16. </mapper>