diff --git a/app/Controllers/CLI/Cloudflare/API/Account.php b/app/Controllers/CLI/Cloudflare/API/Account.php index e8fbf01..43ab6f9 100644 --- a/app/Controllers/CLI/Cloudflare/API/Account.php +++ b/app/Controllers/CLI/Cloudflare/API/Account.php @@ -14,7 +14,7 @@ class Account extends API ->findAll(); } else { $entitys = $this->getAccountModel()->asObject(AccountEntity::class) - ->where(['cli' => 'use']) + ->where('status', 'use') ->findAll(); } echo __FUNCTION__ . "에서 호출:" . $this->getAccountModel()->getLastQuery();