mybatis list条件判断
Posted king西阳
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis list条件判断相关的知识,希望对你有一定的参考价值。
<if test="userIds != null and userIds.size > 0"> AND user_id in
<foreach collection="userIds" item="userId" open="(" separator="," close=")"> #{userId} </foreach> </if>
以上是关于mybatis list条件判断的主要内容,如果未能解决你的问题,请参考以下文章
MYBATIS05_ifwherechoosewhentrimsetforEach标签sql片段