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