logisticNumberReturn=$logisticNumberReturn; } /** * Execute the job. * * @return void */ public function handle() { $wmsReceives=WMSReflectReceive::where('ASNREFERENCE3',$this->logisticNumberReturn)->get(); if(config('api.jianshang_rejecteds_log_switch'))Controller::logS(__METHOD__,__FUNCTION__,"执行队列任务,处理退单号:{$this->logisticNumberReturn}",null); event(new WmsReceiveNewEvent($this->logisticNumberReturn,$wmsReceives->first())); } }