src/main/resources/mapper/show/OneMapMapper.xml
@@ -128,7 +128,9 @@ <select id="countProjectTour" resultType="java.util.Map"> SELECT st_astext(geom) AS wkt,* FROM bs.m_pipeline <where> <if test="pipename != null and pipename != ''"> and pipename = #{pipename}</if> <if test="pipename != null and pipename != ''"> pipename = #{pipename} </if> </where> </select>