diff --git a/app/Services/AdminService.php b/app/Services/AdminService.php index 7289d9f..cb1bc4a 100644 --- a/app/Services/AdminService.php +++ b/app/Services/AdminService.php @@ -45,7 +45,7 @@ public static function getTenants(array $params = []) } if ($active !== null && $active !== '') { - $q->where('is_active', (int) $active); + $q->where('user_tenants.is_active', (int) $active); } // 조인 정렬용