qq_深圳好男人_0
2018-04-03 11:59
分页插件方法实现调用mapper的
selectByExample(example)
的方法报错:selectByExample
(com.imooc.springboot.pojo.TRoleExample)
in TRoleMapper cannot be applied
to (tk.mybatis.mapper.entity.Example)(tk.mybatis.mapper.entity.Example)
Example example=new Example(TRoleExample.class) TRoleExample 一定要是数据表映射的pojo 有@Table
SpringBoot开发常用技术整合
102171 学习 · 508 问题
相似问题