语句没有生效,请问下这个语法哪里有问题嘛
这样写 ${IF(OR(type="",find("普通",type)>0),"","............")}
${if(len(type)=0||find("普通",type)>0,""," and type in ('"+type+"')")}
${if(isnull(type) || find("普通",type)>0,"","and ...")}