mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复 sqlserver 分页问题
This commit is contained in:
		@@ -52,6 +52,8 @@ public class MybatisPlusConfig {
 | 
			
		||||
        paginationInnerInterceptor.setMaxLimit(-1L);
 | 
			
		||||
        // 分页合理化
 | 
			
		||||
        paginationInnerInterceptor.setOverflow(true);
 | 
			
		||||
        // fix issue I5YUMJ 修复sqlserver分页问题 使用sqlserver必须指定
 | 
			
		||||
        // paginationInnerInterceptor.setDbType(DbType.SQL_SERVER);
 | 
			
		||||
        return paginationInnerInterceptor;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user