java中使用Kv set 查询条件
cond = cond.set(" e.scene in ", "(1,2,3)");
sql模板中:
#for(x : cond)
#(for.first ? "where": "and") #(x.key) #para(x.value)
#end
但是报错, ()前面会多一个'
check the manual that corresponds to your MySQL server version for the right syntax to use near ''(1,2,3)'
项目:JFinal