解决:
1 在SQL语句中使用#{name,jdbcType=VARCHAR} 指定JDBC类型
错误的:
修改后的:
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.type.TypeException:
阅读 61
2023-02-14
解决:
1 在SQL语句中使用#{name,jdbcType=VARCHAR} 指定JDBC类型
错误的:
修改后的:
相关推荐
精彩评论(0)