mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
fix 修复 登录检查租户开关用反问题
This commit is contained in:
parent
5612a6d0c9
commit
a26b975eb6
@ -312,7 +312,7 @@ public class SysLoginService {
|
||||
}
|
||||
|
||||
private void checkTenant(String tenantId) {
|
||||
if (TenantHelper.isEnable()) {
|
||||
if (!TenantHelper.isEnable()) {
|
||||
return;
|
||||
}
|
||||
SysTenantVo tenant = tenantService.queryByTenantId(tenantId);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user