orderBy('created_at', 'ASC') ->get(); foreach ($orders as $order) { OrderHandleJob::dispatch($order->trade_no); } } }