mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-03-30 03:13:04 +00:00
Merge pull request #925 from Miegarer/patch-1
Update TenantDatabaseInterceptor.java
This commit is contained in:
@@ -75,7 +75,7 @@ public class TenantDatabaseInterceptor implements TenantLineHandler {
|
|||||||
if (TenantBaseDO.class.isAssignableFrom(tableInfo.getEntityType())) {
|
if (TenantBaseDO.class.isAssignableFrom(tableInfo.getEntityType())) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// 如果添加了 @TenantIgnore 注解,显然也不忽略租户
|
// 如果添加了 @TenantIgnore 注解,则忽略租户
|
||||||
TenantIgnore tenantIgnore = tableInfo.getEntityType().getAnnotation(TenantIgnore.class);
|
TenantIgnore tenantIgnore = tableInfo.getEntityType().getAnnotation(TenantIgnore.class);
|
||||||
return tenantIgnore != null;
|
return tenantIgnore != null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user