|
|
|
@ -96,7 +96,7 @@ class UpdateCompany extends Command
|
|
|
|
'currency_type' => $result['currencyType'],
|
|
|
|
'currency_type' => $result['currencyType'],
|
|
|
|
'stock_number' => $result['stockNumber'],
|
|
|
|
'stock_number' => $result['stockNumber'],
|
|
|
|
'stock_type' => $result['stockType'],
|
|
|
|
'stock_type' => $result['stockType'],
|
|
|
|
'company_tag' => $result['tagList'],
|
|
|
|
'company_tag' => implode(',', $result['companyTag']),
|
|
|
|
];
|
|
|
|
];
|
|
|
|
$company = Company::updateOrCreate($where, $data);
|
|
|
|
$company = Company::updateOrCreate($where, $data);
|
|
|
|
// 更新用户关联
|
|
|
|
// 更新用户关联
|
|
|
|
|