0
|
luojian0323Lv7资深互助发布于2021-11-10 16:58
|
|
-
逆天邪神(提问者)
- 不是,都可以为空
-
luojian0323 回复 逆天邪神(提问者)
- 参数是多值,这个要看你对话框中的报表数据集中sql是什么写的。
-
逆天邪神(提问者) 回复 luojian0323
- ${if(len(comboCheckBox0) == 0,
\"\",
\"and emp_name in (\'\" + comboCheckBox0 + \"\')\") }
${if(len(comboCheckBox1) == 0,
\"\",
\"and crm_branch_name in (\'\" + comboCheckBox1 + \"\')\") }
${if(len(comboCheckBox2) == 0,
\"\",
\"and CONCAT(crm_branch_name,\'_\',belong_name) in (\'\" +
comboCheckBox2 + \"\')\") }
-
逆天邪神(提问者) 回复 luojian0323
- 是请求地址过长了,感谢您的回答
|
|