下拉框筛选条件如果不选择如何默认为全部,下面的图表是饼图的形式
select * from 表名称 a
where 1=1
${if(len(cs2)=0,"","and a.表中字段名称 in('"+ cs2 + "')")}
把你的sql改成上面类似的语句就行了。再设置好控件就行
这个?
参数为空查询全部 https://help.fanruan.com/finereport/doc-view-4455.html