reset 回滚错误提交 并不能解决问题
parent
4605d42cf4
commit
948fab68ad
|
|
@ -53,8 +53,6 @@ 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