0
点赞
收藏
分享

微信扫一扫

Mybatis使用in

荷一居茶生活 2022-05-17 阅读 63


 情况使用如下,做个记录

<if test="null != pubSentimentNewsType and pubSentimentNewsType.size>0">
and tnpf.pub_sentiment_news_type in
<foreach collection="pubSentimentNewsType" item="item" open="(" separator="," close=")">
#{item}
</foreach>
</if>



举报

相关推荐

0 条评论