正在显示
1 个修改的文件
包含
0 行增加
和
7 行删除
| @@ -276,13 +276,6 @@ class OptimizeController extends BaseController | @@ -276,13 +276,6 @@ class OptimizeController extends BaseController | ||
| 276 | $query = $query->where('gl_project_deploy_build.seo_plan',$this->map['seo_plan']); | 276 | $query = $query->where('gl_project_deploy_build.seo_plan',$this->map['seo_plan']); |
| 277 | } | 277 | } |
| 278 | } | 278 | } |
| 279 | - if (isset($this->map['seo_plan'])) { | ||
| 280 | - $query = $query->where('gl_project_deploy_build.seo_plan', '!=', 0) | ||
| 281 | - ->where(function ($subQuery) { | ||
| 282 | - $subQuery->where('gl_project_deploy_build.plan', '=', 0) | ||
| 283 | - ->orWhere('gl_project_deploy_build.seo_plan', '!=', 9); | ||
| 284 | - }); | ||
| 285 | - } | ||
| 286 | if(isset($this->map['main_lang_id'])){ | 279 | if(isset($this->map['main_lang_id'])){ |
| 287 | $query = $query->where('gl_project.main_lang_id',$this->map['main_lang_id']); | 280 | $query = $query->where('gl_project.main_lang_id',$this->map['main_lang_id']); |
| 288 | } | 281 | } |
-
请 注册 或 登录 后发表评论