java mybatis select in语句怎么处理
1个回答
2016-07-01
展开全部
parameterTyp = "java.util.List"
<foreach collection="list" index="index" item="p" open="("
separator="," close=")">
#{p}
</foreach>
以集合作为入参,where xxx in 后边写foreach做循环就可以了
<foreach collection="list" index="index" item="p" open="("
separator="," close=")">
#{p}
</foreach>
以集合作为入参,where xxx in 后边写foreach做循环就可以了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询