正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -529,7 +529,7 @@ class UpdateRoute extends Command | @@ -529,7 +529,7 @@ class UpdateRoute extends Command | ||
| 529 | */ | 529 | */ |
| 530 | public function updateSeo(){ | 530 | public function updateSeo(){ |
| 531 | $contentModel = new CustomModuleContent(); | 531 | $contentModel = new CustomModuleContent(); |
| 532 | - $contentModel->edit(['seo_title'=>''],['id'=>['!=',0]]); | 532 | + $contentModel->edit(['seo_title'=>''],['created_at'=>['>','2024-11-25 00:00:00']]); |
| 533 | return true; | 533 | return true; |
| 534 | } | 534 | } |
| 535 | } | 535 | } |
-
请 注册 或 登录 后发表评论