輸入多個編碼並支援模糊搜尋,引數是一個list

了悟發表於2024-05-15
<if test="wbs != null and wbs.size()>0"> AND (
<foreach collection="wbs" item="item" index="index" separator="OR "> 注意or後邊要有空格
p.wbs LIKE CONCAT('%', #{item}, '%')
</foreach>
)</if>

相關文章