From 2eae6b28f3dbe1e085e624bfad807d86c53bad0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 15 May 2025 23:04:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/controller/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/controller/Account.php b/app/api/controller/Account.php index f88bcc5..a9d84a5 100644 --- a/app/api/controller/Account.php +++ b/app/api/controller/Account.php @@ -64,7 +64,7 @@ class Account } $account_model = new ProductAccount; - $info = $account_model->getOne(['Account'=>["IN",$data['account']]],'ProductName,PackageName,Account,ConnectCount,StartTime,EndTime'); + $info = $account_model->getOne(['Account'=>["IN",$up_data]],'ProductName,PackageName,Account,ConnectCount,StartTime,EndTime'); if ($info) { $return_data = [