下拉框多选没有数据
分隔符改成','
再看看数据集
where 1=1
${if(len(参数)==0,"","and xxx in ( '"+ 参数 +"')")}
SQL 用 in
where xxx in ('${控件名}')