- 原因为sql包含有数据库关键字,(如:’current_time‘,’status‘等),在sql中用反单引号"
current_time
"包裹关键字,以及在entity关键属性上使用 @TableField(value = “current_time
”)即可解决 - 还有一种说法是mybatis-plus自带分页和pagehelper分页jar包冲突处理,排除其中一个即可,我暂时还没有遇到这种情况。
current_time
"包裹关键字,以及在entity关键属性上使用 @TableField(value = “current_time
”)即可解决