mybatise
同一字段多模糊查询
<foreach collection="typeList" index="index" item="item" open="(" separator="or" close=")"> s.type like concat(concat(‘%‘,#{item}),‘%‘) </foreach>
mybatise 实现同一字段多模糊查询
原文:http://www.cnblogs.com/zxf330301/p/7126824.html