src/main/resources/mapper/show/OneMapMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/show/OneMapMapper.xml
@@ -13,7 +13,7 @@ <!-- 项目位置分布 select a.*,st_astext(geom) from bs.bs_project a --> <select id="projectLocationCount" resultType="java.util.Map"> select a.*,st_astext(geom) from bs.bs_project a; select a.*,st_astext(geom) AS wkt from bs.bs_project a; </select> <!-- 项目类别 国家维度-数量 -->