首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
Mybatis使用in
Mybatis使用in
it
2025-07-28
7
情况使用如下,做个记录
<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>
转载请注明原文地址: https://lol.8miu.com/read-27923.html
最新回复
(
0
)