正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
| @@ -332,11 +332,11 @@ class ProjectController extends BaseController | @@ -332,11 +332,11 @@ class ProjectController extends BaseController | ||
| 332 | } | 332 | } |
| 333 | } | 333 | } |
| 334 | if (isset($this->map['seo_plan'])) { | 334 | if (isset($this->map['seo_plan'])) { |
| 335 | - $query = $query->where('gl_project_deploy_build.seo_plan', '!=', 0) | ||
| 336 | - ->where(function ($subQuery) { | ||
| 337 | - $subQuery->where('gl_project_deploy_build.plan', '=', 0) | ||
| 338 | - ->orWhere('gl_project_deploy_build.seo_plan', '!=', 9); | ||
| 339 | - }); | 335 | + $query = $query->where('gl_project_deploy_build.seo_plan', '!=', 0); |
| 336 | +// ->where(function ($subQuery) { | ||
| 337 | +// $subQuery->where('gl_project_deploy_build.plan', '=', 0) | ||
| 338 | +// ->orWhere('gl_project_deploy_build.seo_plan', '!=', 9); | ||
| 339 | +// }); | ||
| 340 | } | 340 | } |
| 341 | if (isset($this->map['site_status'])) { | 341 | if (isset($this->map['site_status'])) { |
| 342 | $query = $query->where('gl_project.site_status', $this->map['site_status']); | 342 | $query = $query->where('gl_project.site_status', $this->map['site_status']); |
-
请 注册 或 登录 后发表评论