diff --git a/app/Console/Commands/UpdateCompany.php b/app/Console/Commands/UpdateCompany.php index 8b1fdf1..ae86aa3 100755 --- a/app/Console/Commands/UpdateCompany.php +++ b/app/Console/Commands/UpdateCompany.php @@ -106,7 +106,7 @@ class UpdateCompany extends Command 'stock_type' => $result['stockType'], 'company_tag' => implode(',', $result['tagList']), // 更新日期 - 'update_date' => $result['updatedDate'], + 'update_date' => $result['updatedDate']??null, // 管理平台 'project_users' => $result['projectUsers'] ?? null, ];