From c86a5c6b73bcd344cfd2cab3750912ef96a8dc95 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 9 Oct 2025 19:41:49 +0800 Subject: [PATCH] no message --- src/Services/Cron.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Services/Cron.php b/src/Services/Cron.php index 8ba496f71..260812f96 100755 --- a/src/Services/Cron.php +++ b/src/Services/Cron.php @@ -1244,12 +1244,12 @@ final class Cron } //// end - self::_helper_log("用户".$oUser->id."彻底过期"); - $oPlanExpireQueue->delete(); DB::commit(); + self::_helper_log("用户".$oUser->id."彻底过期"); + } catch (\Exception $e) { DB::rollBack();