mysql update语句 无法实现数据库更改操作
今天在编写update 语句时,程序已经提示我update已经成功,但是我使用native for mysql 查看数据时,数据还是没有更新。这个问题,让我陷入了半个小时的纠结当中。以下是我在**Mapper.xml 配置文件中的update 语句: update account set password = #{password,jdbcType=VARCHAR} where