rejected = $rejectedBill; } /** * Execute the job. * * @return void * @throws */ public function handle() { try{ app("RejectedBillService")->buildInstantBill($this->rejected); }catch(\Exception $exception){ $this->push(__METHOD__."->".__LINE__,"退货单建立即时账单",$exception->getMessage()." | ".json_encode($this->rejected)); } } }