From fecba879ac4e5fd8e8e6cf546112b1a69925f911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 3 Sep 2021 16:28:14 +0800 Subject: [PATCH] delete --- 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 00be2cf..2ed8169 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("-1 month"))] + 'EndTime' => ['<',date("Y-m-d H:i:s", strtotime("-2 month"))] ]; $account_model->updateOne($where,$update_data);