输入多个编码并支持模糊搜索,参数是一个list
<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>
下班记得打卡