不选前面的,后面的就不显示人员,要先选公司的,人员的就可以选,不选公司,人员就出不来
它的数据字典用的SQL怎么写 的?
--------
select 人员 from tab where 1=1 ${if(len(公司) == 0,"","and 公司 in ('" + 公司 + "')")}
数据集里面用了参数限制吧?
两个控件,两个数据集,分开使用
人员控件
select 人员 from tab where 1=1 {if(len(公司)=0,"","and 公司 in ('"+公司+"')")}
and前加个空格看看