mybatis查询报错: com.mysql.cj.exceptions.DataConversionException: Cannot determine value type from string ‘oThZwuK9C-3uWaJaXtbuLJUFTTR4’
解决方法:在使用mybatis进行部分字段查询时,查询结果需要放置在对象中,如果参数不全,则需要使用无参构造进行赋值,当没有无参构造,就会报上面的错误。

mybatis查询报错: com.mysql.cj.exceptions.DataConversionException: Cannot determine value type from string ‘oThZwuK9C-3uWaJaXtbuLJUFTTR4’
解决方法:在使用mybatis进行部分字段查询时,查询结果需要放置在对象中,如果参数不全,则需要使用无参构造进行赋值,当没有无参构造,就会报上面的错误。