欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

mybatis中的查询条件允许为空时的sql语句

程序员文章站 2024-03-02 13:31:10
...
<if test="userType != null  and userType == '0'.toString()">
  AND (ud.department_type = '0' or ud.department_type is null)
</if>
相关标签: Mybatis mybatis