fvs下拉树多选问题,控件的返回值分隔符设置为,sql配置是这样的,但是还是报错
多选下拉树实现多值查询--https://help.fanruan.com/finereport/doc-view-2377.html
你的写法看着没问题
一般写法
where 1=1
${.......}
--------------------------
in后面搞个空格
${if(len(xx)==0,'',"and (u_name in ("+xx+") or d_name in ("+xx+"))")}
把这个勾上试一下