mybatis中 bit类型判断

Posted 大叔加油

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis中 bit类型判断相关的知识,希望对你有一定的参考价值。

<if test="recommend != null and recommend == true">
        and g.recommend = 1
     </if>
    <if test="recommend != null and recommend == false">
        and g.recommend = 0
     </if>

 recommend类型是bit类型,判断时只能用0(代表false)或者1 (true)

以上是关于mybatis中 bit类型判断的主要内容,如果未能解决你的问题,请参考以下文章

(转)mybatis dao的xml文件int类型值为0,条件判断不满足

#yyds干货盘点# mybatis源码解读:executor包(语句处理功能)

mybatis学习日志二

mybatis 并且的判断

mybatis框架注解对象怎么在if 标签判断

Mybatis日期类型的关系判断