@ -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,
];