mirror of https://github.com/jeecgboot/jeecg-boot
fix query limit, use unlimit instead
parent
33c7bfec49
commit
36d60ec9d8
|
@ -20,7 +20,7 @@ public class MybatisPlusConfig {
|
|||
*/
|
||||
@Bean
|
||||
public PaginationInterceptor paginationInterceptor() {
|
||||
return new PaginationInterceptor();
|
||||
return new PaginationInterceptor().setLimit(-1);
|
||||
}
|
||||
|
||||
// /**
|
||||
|
|
Loading…
Reference in New Issue