|
...
|
...
|
@@ -599,7 +599,7 @@ class UpdateRoute extends Command |
|
|
|
* @time :2025/4/15 15:14
|
|
|
|
*/
|
|
|
|
public function settingSeo(){
|
|
|
|
$list = (new Project())->formatQuery(['delete_status'=>0,'type'=>[2,4]])->pluck('project_id')->unique()->values()->toArray();
|
|
|
|
$list = (new Project())->formatQuery(['delete_status'=>0,'type'=>[2,4]])->pluck('id')->unique()->values()->toArray();
|
|
|
|
foreach ($list as $val){
|
|
|
|
ProjectServer::useProject($val);
|
|
|
|
$seoModel = new WebSettingSeo();
|
...
|
...
|
|