<select id="getTdLYbyPoint" resultMap="TLBaseMap"> select t.* from tdly t where st_DWithin(st_makepoint(#{ipx,jdbcType=DOUBLE} ,#{ipy,jdbcType=DOUBLE} ),t.geom,0)=true ;
mybatis + postgresql
最新推荐文章于 2025-07-11 20:16:05 发布
<select id="getTdLYbyPoint" resultMap="TLBaseMap"> select t.* from tdly t where st_DWithin(st_makepoint(#{ipx,jdbcType=DOUBLE} ,#{ipy,jdbcType=DOUBLE} ),t.geom,0)=true ;