order = $order; } /** * 执行任务 * @return void */ public function handle() { if ($this->order->canCancel()) { $this->order->cancel(4); } } }