abel533 / MyBatis-Spring-Boot

Spring Boot集成MyBatis的基础项目
3.37k stars 1.59k forks source link

selectByPrimaryKey只支持自增主键吗,GUID类型的主键呢 #146

Closed feitiana03120 closed 2 years ago

feitiana03120 commented 5 years ago

主键是guid类型的,数据库中的类型char(36) 通过selectByPrimaryKey查不到数据

abel533 commented 5 years ago

selectByPrimaryKey 对主键没有任何要求,只要带上 @Id 注解即可。