fix 修复 sqlserver 分页问题
parent
9ce51882b3
commit
b957a98d29
|
|
@ -53,6 +53,8 @@ public class MybatisPlusConfiguration {
|
|||
paginationInnerInterceptor.setMaxLimit(-1L);
|
||||
// 分页合理化
|
||||
paginationInnerInterceptor.setOverflow(true);
|
||||
// fix issue I5YUMJ 修复sqlserver分页问题 使用sqlserver必须指定
|
||||
// paginationInnerInterceptor.setDbType(DbType.SQL_SERVER);
|
||||
return paginationInnerInterceptor;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue