master
cody 4 weeks ago
parent e00efe07aa
commit 477d00cf7d

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

Loading…
Cancel
Save