no message

This commit is contained in:
hellcat 2025-10-12 12:28:12 +08:00
parent 5888a287c9
commit a8213034c9

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());
if ($invoice === null) { if ($invoice === null) {
continue; continue;
} }