|
...
|
...
|
@@ -77,7 +77,7 @@ class RerunSeoTdk extends Command |
|
|
|
|
|
|
|
public function needTransKeywordPage($project_id)
|
|
|
|
{
|
|
|
|
$row = Keyword::update(['sale_title' => null, 'sale_content' => null, 'count_title'=>null, 'table_html'=>null, 'count_html' => null]);
|
|
|
|
$row = Keyword::whereNotNull('sale_title')->update(['sale_title' => null, 'sale_content' => null, 'count_title'=>null, 'table_html'=>null, 'count_html' => null]);
|
|
|
|
dump($project_id .' - ' .$row);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|