select * from table where 字段 in ('${控件名}')
-------------------
https://help.fanruan.com/finereport/doc-view-1287.html 参考文档
数据集sql类似这样:
${if(len(参数名称)=0,"","and 表中的字段 in('"+ 参数名称 + "')")}