Commit 36d60ec9 by liudonghua123

fix query limit, use unlimit instead

parent 33c7bfec
......@@ -20,7 +20,7 @@ public class MybatisPlusConfig {
*/
@Bean
public PaginationInterceptor paginationInterceptor() {
return new PaginationInterceptor();
return new PaginationInterceptor().setLimit(-1);
}
// /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment