#sql("getByPage") select * from table #for(x:conds) #(for.first ? "where": "and") #if(x.key.substring(0,1) != "_") #(x.key) like concat('%',#para(x.value),'%') #else #(x.key.substring(1)) = #para(x.value) #end #end #end#