mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-08 15:47:35 +00:00
fix query limit, use unlimit instead
This commit is contained in:
@@ -20,7 +20,7 @@ public class MybatisPlusConfig {
|
||||
*/
|
||||
@Bean
|
||||
public PaginationInterceptor paginationInterceptor() {
|
||||
return new PaginationInterceptor();
|
||||
return new PaginationInterceptor().setLimit(-1);
|
||||
}
|
||||
|
||||
// /**
|
||||
|
Reference in New Issue
Block a user