|
|
|
@ -255,7 +255,7 @@ class UpdateUserTalentTags extends Command
|
|
|
|
$this->info("跳过(已存在/空数据): {$skippedCount} 条");
|
|
|
|
$this->info("跳过(已存在/空数据): {$skippedCount} 条");
|
|
|
|
$this->info("更新失败: {$errorCount} 条");
|
|
|
|
$this->info("更新失败: {$errorCount} 条");
|
|
|
|
$this->info('========================================');
|
|
|
|
$this->info('========================================');
|
|
|
|
|
|
|
|
|
|
|
|
// 输出所有未匹配上的用户列表
|
|
|
|
// 输出所有未匹配上的用户列表
|
|
|
|
if (!empty($notFoundUsers)) {
|
|
|
|
if (!empty($notFoundUsers)) {
|
|
|
|
$this->info('');
|
|
|
|
$this->info('');
|
|
|
|
@ -269,7 +269,7 @@ class UpdateUserTalentTags extends Command
|
|
|
|
$this->info("共 {$notFoundCount} 个用户未匹配上");
|
|
|
|
$this->info("共 {$notFoundCount} 个用户未匹配上");
|
|
|
|
$this->info('========================================');
|
|
|
|
$this->info('========================================');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 输出所有被跳过的数据详情
|
|
|
|
// 输出所有被跳过的数据详情
|
|
|
|
if (!empty($skippedData)) {
|
|
|
|
if (!empty($skippedData)) {
|
|
|
|
$this->info('');
|
|
|
|
$this->info('');
|
|
|
|
|