condition = $condition; $this->updatedData = $updatedData; } /** * Execute the job. * * @return void */ public function handle() { GoodsCouponQueue::updatedData($this->condition, $this->updatedData); } }