iBatis prepend iterate 标签,in字句的一点总结
先看一段代码:
select id, HotelId as hotelId,Selectflag as selectflag from Hotelinfok WHERE ( id=? OR id=? OR id=? OR id=?)
发布时间: 2012-08-21 13:00:21 作者: rapoo
iBatis prepend iterate 标签,in字句的一点总结
先看一段代码:
select id, HotelId as hotelId,Selectflag as selectflag from Hotelinfok WHERE ( id=? OR id=? OR id=? OR id=?)