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."彻底过期");