tk-mybatis使用selectByPrimaryKey无法根据主键查找获取结果
传入的id是15, 从日志中查询, 发现他妈的把对象的每个属性都and查了遍
1 |
|
解决办法:
注释掉 // import org.springframework.data.annotation.Id;
添加 import javax.persistence.*;
然后重启项目
参考:
tk-mybatis使用selectByPrimaryKey无法根据主键查找获取结果
https://xiamu.icu/Java/tk-mybatis使用selectByPrimaryKey无法根据主键查找获取结果/