SpringBoot 通用mapper selectByPrimaryKey Bug记录
SpringBoot 通用mapper selectByPrimaryKey Bug记录
https://github.com/abel533/Mapper/wiki/3.config 通用mapper config配置
1.不加@Id
找不到查询的主键
SELECT id,user_name,password,name,age,sex,birthday,created,updated,note FROM tb_user WHERE id = ? AND user_name = ? AN...
原创
2021-05-14 15:47:30 ·
227 阅读 ·
0 评论