Forráskód Böngészése

[智价云] 导出失败优化

tangyuanwang 15 órája
szülő
commit
61f9e43fdf
1 módosított fájl, 1 hozzáadás és 0 törlés
  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;
     }
 
     /**