update rm_yhdl set geom=(ST_Transform(st_geometryfromtext(#{wkt}, 4548),4490)) where id=#{id};
update rm_yhdl set geom=(ST_Transform(st_geometryfromtext(#{wkt}, 4527),4490)) where id=#{id};
update rm_yhdl set geom=(st_geometryfromtext(#{wkt},4490)) where id=#{id};
update rm_yhdl set geoinfo = st_asGeojson(geom) where id=#{id};