码迷,mamicode.com
首页 > 其他好文 > 详细

mybatis 中test里面 应该为单引号套双引号

时间:2018-09-20 16:01:48      阅读:716      评论:0      收藏:0      [点我收藏+]

标签:应该   from   ring   select   ber   null   nbsp   where   att   

正确写法:test里面 应该为单引号套双引号

 

 

  1.  
    <select id="findTopicPresetByCompanyIDAndCategory" parameterType="map" resultType="com.seeyon.esn.entity.portal.TopicPreset">
  2.  
    select * from topicPreset where companyID = #{companyID}
  3.  
    <if test=‘category=="0" ‘> and (category is null or category = "0")</if>
  4.  
    <if test=‘category=="1" ‘> and category = "1"</if>
  5.  

mybatis 中test里面 应该为单引号套双引号

标签:应该   from   ring   select   ber   null   nbsp   where   att   

原文地址:https://www.cnblogs.com/jcfxl/p/9680732.html

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