|
...
|
...
|
@@ -85,7 +85,7 @@ class UpdateRoute extends Command |
|
|
|
echo date('Y-m-d H:i:s') . '开始--项目的id:'. $val['id'] . PHP_EOL;
|
|
|
|
ProjectServer::useProject($val['id']);
|
|
|
|
$aiBlogModel = new AiBlogAuthor();
|
|
|
|
$results = $aiBlogModel->whereColumn('new_title', '!=', 'seo_title')->get();
|
|
|
|
$results = $aiBlogModel->whereColumn('title', '!=', 'seo_title')->get();
|
|
|
|
if(!$results){
|
|
|
|
echo '项目id:'.$val['id'].PHP_EOL;
|
|
|
|
}
|
...
|
...
|
|