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