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

mybatis if test 不为空字符串或null

时间:2021-01-04 10:33:47      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:res   dex   rom   空字符串   it!   esc   index   let   tis   

<select id="findIndexConfigList" parameterType="Map" resultMap="BaseResultMap">
        select
        <include refid="Base_Column_List"/>
        from tb_newbee_mall_index_config
        <where>
            <if test="configType!=null and configType!=‘‘">
                and config_type = #{configType}
            </if>
            and is_deleted = 0
        </where>
        order by config_rank desc
        <if test="start!=null and limit!=null">
            limit #{start},#{limit}
        </if>
 </select>

mybatis if test 不为空字符串或null

标签:res   dex   rom   空字符串   it!   esc   index   let   tis   

原文地址:https://www.cnblogs.com/cherish-code/p/14210038.html

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