work_no = $work_no; } /** * Execute the job. * * @return void */ public function handle() { // echo "hahaha".$this->work_no; Log::info('我来了'); } }