|
...
|
...
|
@@ -56,7 +56,7 @@ class lyhDemo extends Command |
|
|
|
echo date('Y-m-d H:i:s') . '开始--项目的id:'. $val['id'] . PHP_EOL;
|
|
|
|
ProjectServer::useProject($val['id']);
|
|
|
|
$aiBlogModel = new AiBlog();
|
|
|
|
$aiLists = $aiBlogModel->list(['status'=>2],'id',['seo_description']);
|
|
|
|
$aiLists = $aiBlogModel->list(['status'=>2],'id',['id','seo_description']);
|
|
|
|
if(!empty($aiLists)){
|
|
|
|
foreach ($aiLists as $item){
|
|
|
|
if(!empty($item['seo_description'])){
|
...
|
...
|
|