src/main/resources/mapper/show/OneMapMapper.xml
@@ -190,7 +190,7 @@ SELECT medium AS type,count(*) AS count,sum(length)AS length FROM bs.m_pipesegment GROUP BY medium ; </select> <!-- 统计全国站场座数 --> <!-- 统计全国站场座数、阀室、管道数等 --> <select id="countZhPipeStations" resultType="java.util.Map"> select case medium when 'CPY' then '成品油' when 'TRQ' then '天然气' when 'YY' then '原油' else '其它' end "输送介质",