From bca00607c927aa332014ad977839a39189edc8e2 Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Wed, 28 Jan 2026 14:00:50 +0800 Subject: [PATCH] update --- app/Console/Commands/UpdateUserTalentTags.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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('');