|
@@ -14,7 +14,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectTGdbhRwGeomVo">
|
|
|
- select id, geom, rwbsm, geom_json, sort, geomarea from t_gdbh_rw_geom
|
|
|
+ select id, public.st_asewkt(geom) geom, rwbsm, geom_json, sort, geomarea from t_gdbh_rw_geom
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectTGdbhRwGeomList" parameterType="TGdbhRwGeom" resultMap="TGdbhRwGeomResult">
|