mybatis的报错____3Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error

Posted xbfchder

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mybatis的报错____3Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error相关的知识,希望对你有一定的参考价值。

仔细查看报错日志中的sql语句:

### SQL: update smbms_bill          set billCode=?,             productName=?,             productDesc=?, where id=?

没错,在where id = ?之前多了一个 逗号,正确姿势,去删掉接口配置文件中 最后一个if标签的逗号。

(不得不说 log4j日志打印信息真是好用!)

以上是关于mybatis的报错____3Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error的主要内容,如果未能解决你的问题,请参考以下文章

Spring学习的报错____1.Type interface com.xbf.dao.UserDao is not known to the MapperRegistry.

快速定位vscode log中的报错

Qt for android报错 Could not find method ?buildscript() for arguments

Qt for android报错 Could not find method ?buildscript() for arguments

关于安装itunes提示未找到quicktime的报错解决办法

zabbix   监控平台搭建过程中的报错与解决方法总结