mybatis:字符串转成数组拼接成SQL
时间:2019-08-08 13:33:17
收藏:0
阅读:505
<foreach item="item" index="index" collection="str.split(‘,‘)" open="(" separator="," close=")">#{item}</foreach>
原文:https://www.cnblogs.com/huiy/p/11320415.html
评论(0)