正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -58,7 +58,7 @@ class lyhDemo extends Command | @@ -58,7 +58,7 @@ class lyhDemo extends Command | ||
| 58 | $aiBlogModel = new AiBlog(); | 58 | $aiBlogModel = new AiBlog(); |
| 59 | $aiLists = $aiBlogModel->list(['status'=>2]); | 59 | $aiLists = $aiBlogModel->list(['status'=>2]); |
| 60 | if(!empty($aiLists)){ | 60 | if(!empty($aiLists)){ |
| 61 | - foreach ($AiLists as $item){ | 61 | + foreach ($aiLists as $item){ |
| 62 | if(!empty($item['seo_description'])){ | 62 | if(!empty($item['seo_description'])){ |
| 63 | $text = $this->trimToLastFullWord($item['seo_description']); | 63 | $text = $this->trimToLastFullWord($item['seo_description']); |
| 64 | echo $text.PHP_EOL; | 64 | echo $text.PHP_EOL; |
-
请 注册 或 登录 后发表评论