<if test"table.column!=null and table.column!='' ">
AND <foreach collection = "table.column"iteam = "iteam">
open="("close=")"separator="or"
column = #{iteam}
</foreach>
</if>
<if test"table.column!=null and table.column!='' ">
AND table like '${table.column}%'
</if>