正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -174,7 +174,7 @@ class ProjectController extends BaseController | @@ -174,7 +174,7 @@ class ProjectController extends BaseController | ||
| 174 | */ | 174 | */ |
| 175 | public function searchType(&$query){ | 175 | public function searchType(&$query){ |
| 176 | if(isset($this->map['type'])){ | 176 | if(isset($this->map['type'])){ |
| 177 | - $query->where('gl_project.extend_type', '!=' ,5); | 177 | + $query->where('gl_project.extend_type', '!=' ,5)->where('gl_project.extend_type', '!=' ,8); |
| 178 | if (in_array($this->map['type'], [Project::TYPE_ZERO, Project::TYPE_ONE, Project::TYPE_TWO, Project::TYPE_THREE])){ | 178 | if (in_array($this->map['type'], [Project::TYPE_ZERO, Project::TYPE_ONE, Project::TYPE_TWO, Project::TYPE_THREE])){ |
| 179 | $query->where('gl_project.type', $this->map['type']); | 179 | $query->where('gl_project.type', $this->map['type']); |
| 180 | } elseif ($this->map['type'] == 8){ | 180 | } elseif ($this->map['type'] == 8){ |
-
请 注册 或 登录 后发表评论