service = app('LaborApplyService'); $this->apply_date = $apply_date; } /** * Execute the job. * * @return void */ public function handle() { $this->service->calculationArrivedManNum($this->apply_date); } }