From 340b0b9ff8541a365a92fb2ff51c18189a33d62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Wed, 18 Oct 2023 10:22:22 +0900 Subject: [PATCH] cfmgrv3 init.... --- app/Controllers/CLI/Cloudflare/API/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();