作者 赵彬吉

update

@@ -604,7 +604,7 @@ class UpdateSeoTdk extends Command @@ -604,7 +604,7 @@ class UpdateSeoTdk extends Command
604 } 604 }
605 605
606 //前缀有wholesale或cheap的词,后缀不拼 manufacturer,factory,exporter,company 606 //前缀有wholesale或cheap的词,后缀不拼 manufacturer,factory,exporter,company
607 - if (Str::startsWith(strtolower($topic), ['wholesale', 'cheap']) && $type == 'prefix') { 607 + if (Str::startsWith(strtolower($topic), ['wholesale', 'cheap']) && $type == 'suffix') {
608 $ban = array_merge($ban, ['manufacturer', 'manufacturers', 'factory', 'factories', 'exporter', 'exporters', 'company', 'companies', 'supplier', 'suppliers']); 608 $ban = array_merge($ban, ['manufacturer', 'manufacturers', 'factory', 'factories', 'exporter', 'exporters', 'company', 'companies', 'supplier', 'suppliers']);
609 } 609 }
610 //关键词以manufacturer,factory,exporter,company结尾, 前缀不拼wholesale或cheap的词 610 //关键词以manufacturer,factory,exporter,company结尾, 前缀不拼wholesale或cheap的词