iBatis in或not in 查询
时间:2014-11-06 16:49:35
收藏:0
阅读:252
iBatis in或not in 查询
open:内容开头
close:内容结尾
conjunction:分隔符
<isNotNull prepend="and" property="uidList">weibouid [in | not in]<iterate property="uidList" open="(" close=")" conjunction=",">#uidList[]#</iterate></isNotNull>使用in将not in去掉,not in反之
原文:http://www.cnblogs.com/svennee/p/4078804.html
评论(0)