From 477d00cf7dafd5b6db20fa6d79cb8c429177dbf9 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Thu, 13 Nov 2025 11:44:58 +0800 Subject: [PATCH] update --- app/Console/Commands/UpdateCompany.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ];