mybatis mapper.xml中的if判断

<if test="user.username != null and user.username != ''">
            AND u.username = #{user.username}
</if>

作用:if语句用于过滤掉前端的空数据

posted on 2020-02-15 10:00  王行行  阅读(3178)  评论(0编辑  收藏  举报

导航