no message

This commit is contained in:
hellcat 2025-10-12 12:37:42 +08:00
parent 039e95ade6
commit edad462629

View File

@ -836,7 +836,7 @@ final class Cron
try { try {
$invoice = (new Invoice())->where('order_id', $oOrder->id)->first(); $invoice = (new Invoice())->where('order_id', $oOrder->id)->first();
// var_dump($invoice->toArray()); var_dump($invoice);
if ($invoice === null) { if ($invoice === null) {
continue; continue;
} }