From 69a44238a2c423ec8eb82c7e6911c2fdb5fb100c Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Wed, 28 Jan 2026 13:44:18 +0800 Subject: [PATCH] update --- app/Console/Commands/UpdateUserTalentTags.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/Console/Commands/UpdateUserTalentTags.php b/app/Console/Commands/UpdateUserTalentTags.php index ac108f2..eee49ee 100644 --- a/app/Console/Commands/UpdateUserTalentTags.php +++ b/app/Console/Commands/UpdateUserTalentTags.php @@ -16,7 +16,7 @@ class UpdateUserTalentTags extends Command * * @var string */ - protected $signature = 'update:user-talent-tags {--clean-duplicates : 清理已存在的重复标签}'; + protected $signature = 'update:user-talent-tags'; /** * The console command description. @@ -32,11 +32,6 @@ class UpdateUserTalentTags extends Command */ public function handle() { - // 如果指定了清理重复标签选项,先执行清理 - if ($this->option('clean-duplicates')) { - $this->cleanDuplicateTags(); - } - $this->info('开始读取Excel文件并更新用户人才标签...'); // Excel文件路径