合并分支 'lyh-server' 到 'master'
gxai 查看合并请求 !1835
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -599,7 +599,7 @@ class UpdateRoute extends Command | @@ -599,7 +599,7 @@ class UpdateRoute extends Command | ||
| 599 | * @time :2025/4/15 15:14 | 599 | * @time :2025/4/15 15:14 |
| 600 | */ | 600 | */ |
| 601 | public function settingSeo(){ | 601 | public function settingSeo(){ |
| 602 | - $list = (new Project())->formatQuery(['delete_status'=>0,'type'=>[2,4]])->pluck('project_id')->unique()->values()->toArray(); | 602 | + $list = (new Project())->formatQuery(['delete_status'=>0,'type'=>[2,4]])->pluck('id')->unique()->values()->toArray(); |
| 603 | foreach ($list as $val){ | 603 | foreach ($list as $val){ |
| 604 | ProjectServer::useProject($val); | 604 | ProjectServer::useProject($val); |
| 605 | $seoModel = new WebSettingSeo(); | 605 | $seoModel = new WebSettingSeo(); |
-
请 注册 或 登录 后发表评论