make(ProductRepository::class); $make->create($data['data'],$data['product_type']); }catch (\Exception $e){ Log::error('商户ID:'.$data['mer_id'].' 导入文件 error : ' . $e->getMessage()); } $job->delete(); } public function failed($data) { // TODO: Implement failed() method. } }