码迷,mamicode.com
首页 > 其他好文 > 详细

mybatis中如果存在参数不再实体中的是如何处理

时间:2017-08-19 22:17:49      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:color   from   region   logs   mybatis   reg   处理   sel   parameter   

    <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中如果存在参数不再实体中的是如何处理

标签:color   from   region   logs   mybatis   reg   处理   sel   parameter   

原文地址:http://www.cnblogs.com/rocky-AGE-24/p/7397975.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!