思路:可能是你的参数放在了一个sql数据集中,分开单独给下拉选或者下拉多选写一个sql查询用来给数据字典使用
例如:ds1:select * from 表名 where classno = '${classno}' and studentno = '${studentno}'
ds2:select classno,classname from 表名
ds3:select studentno,studentname where 表名 where classno = '${classno}'
然后在你的参数面板下拉选数据字典中选择ds2为班级的,ds3为学生的