Parcourir la source

[智价云] 导出失败优化

tangyuanwang il y a 16 heures
Parent
commit
61f9e43fdf
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
     }
 
     /**