From 030cc85fca4b34ab0f9909af83da5789f349c1c8 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sun, 12 Oct 2025 15:31:55 +0800 Subject: [PATCH] no message --- src/Services/Cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Cron.php b/src/Services/Cron.php index 57a9df491..75a23d48e 100755 --- a/src/Services/Cron.php +++ b/src/Services/Cron.php @@ -842,7 +842,7 @@ final class Cron } DB::beginTransaction(); - + var_dump($invoice->status); // 付款完成后 if (in_array($invoice->status, ['paid_gateway', 'paid_balance', 'paid_admin'])) { var_dump(111);