码迷,mamicode.com
首页 > 数据库 > 详细

mybatis sql语句转化

时间:2018-05-19 23:19:23      阅读:267      评论:0      收藏:0      [点我收藏+]

标签:include   select   product   test   sele   efi   cti   clu   from   

SELECT
<include refid="Base_Column_List"/>
FROM
mmall_product
<where>
<if test="productName != null">
and name=#{productName}
</if>
<if test="productId">
and id=#{productId}
</if>
</where>
<where>标签对作用:如果where标签下的if标签成立,则将成立的第一个if标签下的and或or转为 where

mybatis sql语句转化

标签:include   select   product   test   sele   efi   cti   clu   from   

原文地址:https://www.cnblogs.com/Dar-/p/9061943.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!