From 4f4533e1199ce3c65cbc79187147c4c8d7245b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 25 Mar 2025 17:20:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=BF=87=E6=9C=9F=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/account/auto_delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/account/auto_delete.php b/script/account/auto_delete.php index 2ed8169..a092f26 100644 --- a/script/account/auto_delete.php +++ b/script/account/auto_delete.php @@ -17,7 +17,7 @@ $update_data = [ ]; $where_month = [ - 'EndTime' => ['<',date("Y-m-d H:i:s", strtotime("-2 month"))] + 'EndTime' => ['<',date("Y-m-d H:i:s", strtotime("-1 week"))] ]; $account_model->updateOne($where,$update_data);