no message

This commit is contained in:
hellcat 2025-10-12 12:55:23 +08:00
parent edad462629
commit dbc8d36d0b

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