fix 修复 登录检查租户开关用反问题

This commit is contained in:
疯狂的狮子li 2023-02-09 14:40:26 +08:00
parent 5612a6d0c9
commit a26b975eb6

View File

@ -312,7 +312,7 @@ public class SysLoginService {
}
private void checkTenant(String tenantId) {
if (TenantHelper.isEnable()) {
if (!TenantHelper.isEnable()) {
return;
}
SysTenantVo tenant = tenantService.queryByTenantId(tenantId);