mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 优化 多租户忽略表判断支持忽略大小写
This commit is contained in:
		@@ -48,7 +48,7 @@ public class PlusTenantLineHandler implements TenantLineHandler {
 | 
			
		||||
                "gen_table_column"
 | 
			
		||||
            );
 | 
			
		||||
            tables.addAll(excludes);
 | 
			
		||||
            return tables.contains(tableName);
 | 
			
		||||
            return StringUtils.containsAnyIgnoreCase(tableName, tables.toArray(new String[0]));
 | 
			
		||||
        }
 | 
			
		||||
        return true;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user