${if(find("VQ",'"+ 部门 +"')>0, "", " and instr('"+ 部门 +"',resp_department_s)>0")}里面的问题是什么
${if(find("VQ",部门)>0,"", " and instr('"+部门+"',resp_department_s)>0")}
你想表达什么啊?
没见过这种写法!
FIND("i","Information")等于9 find是找字符串中字母的位置
select * from table where charindex('字符',字段名)>0 是想表达这个? 如果是 可以参考下 下面链接https://blog.csdn.net/leamonjxl/article/details/6822892