FVS根据下拉框的内容查询
FVS下拉框控件--https://help.fanruan.com/finereport/doc-view-4768.html
数据集绑定一下参数
然后控件再关联参数就行了
ds1
select * from 订单
where 1=1
${if(len(cs)=0,"","and 订单id="+cs)}