From 56cc42d9694e708300ab46859542233d5c3213d3 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 May 2025 14:13:55 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9C=BA=E5=99=A8=E4=BA=BA?= =?UTF-8?q?=20=E6=95=B0=E6=8D=AE=E6=AE=8B=E7=95=99=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=9C=BA=E5=99=A8=E4=BA=BA=20=E6=9C=AA=E8=83=BD=E7=94=9F?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/plugins/Premium.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/plugins/Premium.php b/app/service/plugins/Premium.php index 84e2d68..8d537a5 100755 --- a/app/service/plugins/Premium.php +++ b/app/service/plugins/Premium.php @@ -26,7 +26,7 @@ class Premium public function __construct($data, $botid) { - $botinfo = Db::name("admin_bot")->cache(60)->where("botid", $botid)->find(); + $botinfo = Db::name("admin_bot")->cache(60)->where("botid", $botid)->whereNull('delete_time')->find(); //var_dump($botinfo,$botid); if(empty($botinfo)){ return "bot error";