Explorar o código

[智价云] 导出失败优化

tangyuanwang hai 17 horas
pai
achega
61f9e43fdf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/Jobs/Manager/Other/ExportLowPriceGoodsJobs.php

+ 1 - 0
app/Jobs/Manager/Other/ExportLowPriceGoodsJobs.php

@@ -39,6 +39,7 @@ class ExportLowPriceGoodsJobs implements ShouldQueue
     public function __construct(array $message_data)
     {
         $this->message_data = $message_data;
+        $this->company_id = isset($this->message_data['company_id']) ? $this->message_data['company_id'] : 0;
     }
 
     /**