starxg / mybatis-log-plugin-free

Restore mybatis sql log to original whole executable sql.
https://plugins.jetbrains.com/plugin/17898-mybatis-log-free
GNU General Public License v2.0
84 stars 48 forks source link

如果出现null类型.参数解析会错位 #5

Closed Ganzhenghao closed 2 years ago

Ganzhenghao commented 2 years ago

如果出现String类型的空串.参数解析会错位

Ganzhenghao commented 2 years ago

==> Preparing: UPDATE mp_user SET name=? WHERE id=? AND name=? AND age=? AND email=? AND deleted=0 ==> Parameters: null, 1(Long), 张三(String), 18(Integer), x@y.com(String)