mybatis 动态标签如何处理多余的逗号和and?

如:……where<iftest="xxx!=null">andxxxx=#{xxx}</if><iftest="xxx!=null">andxxxx=#{xxx}</i... 如:

…… where
<if test="xxx!=null">
and xxxx=#{xxx}
</if>
<if test="xxx!=null">
and xxxx=#{xxx}
</if>
...
..
------------------------------------------
set
<if test="xxx!=null">
xxxx=#{xxx},
</if>
<if test="xxx!=null">
xxxx=#{xxx},
</if>
展开
 我来答
llei32wang
2015-09-29 · TA获得超过2736个赞
知道大有可为答主
回答量:1478
采纳率:60%
帮助的人:1389万
展开全部
最简单在where最后加一个 1=1不就行了
比如
<if test="xxx!=null">
xxxx=#{xxx} and
</if>
<if test="xxx!=null">
xxxx=#{xxx} and
</if>
1=1
这也许就是命
2019-07-18 · TA获得超过117个赞
知道答主
回答量:19
采纳率:100%
帮助的人:1万
展开全部
可直接用<where>标签和<set>标签替代where和set,他们会自动去除多余的逗号,and或or
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式