no message

This commit is contained in:
hellcat 2025-10-09 20:50:43 +08:00
parent 0e873c2c5e
commit 09cce78e48

View File

@ -1206,7 +1206,7 @@ final class Cron
try { try {
DB::beginTransaction(); // DB::beginTransaction();
$oUser = User::where("id", $oPlanExpireQueue->user_id)->first(); $oUser = User::where("id", $oPlanExpireQueue->user_id)->first();
@ -1250,7 +1250,7 @@ final class Cron
tomd($r); tomd($r);
DB::commit(); // DB::commit();
self::_helper_log("用户".$oUser->id."彻底过期"); self::_helper_log("用户".$oUser->id."彻底过期");