mybatis中如果存在参数不再实体中的是如何处理
<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>
学好计算机,走遍天下都不怕
<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>