MybatisPlus报错can not find lambda cache for this entity
BaseMapper的,因为我是多表查询使用了vo,但是泛型还是Entiy而不是自己的vo类,才导致这个报错问题代码@RepositorypublicinterfaceBlogMapperextendsBaseMapper{//普通查询//@Select(querySql)Listlist(@Param(Constants.WRAPPER)QueryWrapperew);}正确代码@Reposit