正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -83,7 +83,7 @@ class RemainDay extends Command | @@ -83,7 +83,7 @@ class RemainDay extends Command | ||
| 83 | * @time :2025/4/1 16:44 | 83 | * @time :2025/4/1 16:44 |
| 84 | */ | 84 | */ |
| 85 | public function saveSeoRemainDay(){ | 85 | public function saveSeoRemainDay(){ |
| 86 | - $projectArr = $this->deployBuild->selectField(['seo_plan'=>1],'project_id'); | 86 | + $projectArr = $this->deployBuild->selectField(['seo_plan'=>1,'project_id'=>['not in',$this->ceaseProjectId]],'project_id'); |
| 87 | $data = $this->project->list(['id'=>['in',$projectArr]],'id',['id','uptime','finish_remain_day']); | 87 | $data = $this->project->list(['id'=>['in',$projectArr]],'id',['id','uptime','finish_remain_day']); |
| 88 | foreach ($data as $item){ | 88 | foreach ($data as $item){ |
| 89 | if($item['uptime']){ | 89 | if($item['uptime']){ |
-
请 注册 或 登录 后发表评论