<select id="queryMapByType" parameterType="int" resultType="my.geomap.VO.finaltask.NameValue"> select a.`name`,a.counts from regionsum as a where a.type =#{type} </select>
时间: 2024-11-06 03:33:57
<select id="queryMapByType" parameterType="int" resultType="my.geomap.VO.finaltask.NameValue"> select a.`name`,a.counts from regionsum as a where a.type =#{type} </select>