|
|
|
|
@ -69,7 +69,6 @@ class UpdateCompany extends Command
|
|
|
|
|
foreach ($users as $user) {
|
|
|
|
|
// 获取公司详细信息
|
|
|
|
|
$result = $YuanheRepository->companyInfo(['enterpriseName' => $user->company_name]);
|
|
|
|
|
dd($result);
|
|
|
|
|
if (!$result) {
|
|
|
|
|
$this->info($user->company_name . '公司不存在');
|
|
|
|
|
continue;
|
|
|
|
|
|