mybatis 中test里面 应该为单引号套双引号
Posted Jack
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis 中test里面 应该为单引号套双引号相关的知识,希望对你有一定的参考价值。
正确写法:test里面 应该为单引号套双引号
-
<select id="findTopicPresetByCompanyIDAndCategory" parameterType="map" resultType="com.seeyon.esn.entity.portal.TopicPreset">
-
select * from topicPreset where companyID = #{companyID}
-
<if test=‘category=="0" ‘> and (category is null or category = "0")</if>
-
<if test=‘category=="1" ‘> and category = "1"</if>
-
以上是关于mybatis 中test里面 应该为单引号套双引号的主要内容,如果未能解决你的问题,请参考以下文章