no message

This commit is contained in:
hellcat 2025-10-09 19:41:49 +08:00
parent 89bb3e862d
commit c86a5c6b73

View File

@ -1244,12 +1244,12 @@ final class Cron
} }
//// end //// end
self::_helper_log("用户".$oUser->id."彻底过期");
$oPlanExpireQueue->delete(); $oPlanExpireQueue->delete();
DB::commit(); DB::commit();
self::_helper_log("用户".$oUser->id."彻底过期");
} catch (\Exception $e) { } catch (\Exception $e) {
DB::rollBack(); DB::rollBack();