From 09cce78e487864a4055dac269a9ada5eb1afb410 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Thu, 9 Oct 2025 20:50:43 +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 6dc1e01ac..259bfb326 100755 --- a/src/Services/Cron.php +++ b/src/Services/Cron.php @@ -1206,7 +1206,7 @@ final class Cron try { - DB::beginTransaction(); +// DB::beginTransaction(); $oUser = User::where("id", $oPlanExpireQueue->user_id)->first(); @@ -1250,7 +1250,7 @@ final class Cron tomd($r); - DB::commit(); +// DB::commit(); self::_helper_log("用户".$oUser->id."彻底过期");