process = $process; } /** * Execute the job. * * @param ProcessService $service * @return void */ public function handle(ProcessService $service) { try{ $service->createInstantBill($this->process); }catch (\Exception $e){ LogService::log(__METHOD__,"ERROR-入库生成即时账单",$this->process->toJson()." | ".$e->getMessage()); } } }