mybatis中xml的sql之test中文报错

Posted 沙弥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis中xml的sql之test中文报错相关的知识,希望对你有一定的参考价值。

在mybatis中sql,test中文报错( java.lang.NumberFormatException 这句话明确告诉了我们是数字格式异常)。需加.tostring().

<if test="bookName == ‘毛选集’.tostring() ">
	and b.book_Name like #{bookName} 
</if> 

  

以上是关于mybatis中xml的sql之test中文报错的主要内容,如果未能解决你的问题,请参考以下文章

使用Mybatis报错“Type interface com.test.mapper.UserMapper is not known to the MapperRegistry.“

mybatis之xml中日期时间段查询的sql语句

使用mybatis框架中mapper Mysql Sql语句错误

MyBatis之Mapper XML 文件详解-sql和入参

mybatis三剑客之插件---MyBatis plugins

Java51Mybatis:两个xml文件的标签,动态sql的if/choose/where/set/foreach标签