管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-06-29 00092d0c03b3fec006734e2211fa04c8a0e04b36
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>