使用Mybatis连接数据库时报错:org.apache.ibatis.exceptions.PersistenceException: ### Error updating database.时间:2023-12-29 22:52:38我的原因是字段名写错了,去数据库中复制字段名再运行就成功了。