<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>
mybatis中如果存在参数不再实体中的是如何处理
原文:http://www.cnblogs.com/rocky-AGE-24/p/7397975.html