mirror of https://github.com/jeecgboot/jeecg-boot
Merge pull request #588 from liudonghua123/fix-query-limit-500
fix query limit, use unlimit insteadpull/645/head v2.1.0
commit
9e8b97a0d9
|
@ -20,7 +20,7 @@ public class MybatisPlusConfig {
|
||||||
*/
|
*/
|
||||||
@Bean
|
@Bean
|
||||||
public PaginationInterceptor paginationInterceptor() {
|
public PaginationInterceptor paginationInterceptor() {
|
||||||
return new PaginationInterceptor();
|
return new PaginationInterceptor().setLimit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// /**
|
// /**
|
||||||
|
|
Loading…
Reference in New Issue