使用多选框选择成查询条件,sql怎么写,把选中的所有当作参数,类似mysql的 in ('','')
where 1=1 ${if(len(参数名) == 0,"","and 参数 in ('" + 参数名 + "')")} 然后如下图分隔符改成','
复选框,返回类型字符串,分隔符用','
sql代码:where 条件 in ('${参数}')
数据集里面查询语句:${if(len(para_cj) == 0,"","and glcj in ('" +para_cj+ "')")}
多选择框属性设置