sql:
#sql("getPetCommunity")
select * from p_pet_community
#for(x : cond)
#(for.first ? "where": "and") #(x.key) #para(x.value)
#end
目标:
where type='狩猎犬'or '家庭犬'
传参:
不支持动态拼接sql吗?