正在显示
1 个修改的文件
包含
7 行增加
和
0 行删除
| @@ -281,6 +281,13 @@ class ProjectController extends BaseController | @@ -281,6 +281,13 @@ class ProjectController extends BaseController | ||
| 281 | if(isset($this->map['site_status'])){ | 281 | if(isset($this->map['site_status'])){ |
| 282 | $query = $query->where('gl_project.site_status',$this->map['site_status']); | 282 | $query = $query->where('gl_project.site_status',$this->map['site_status']); |
| 283 | } | 283 | } |
| 284 | + if(isset($this->map['domain'])){ | ||
| 285 | + if($this->map['domain'] == 0){ | ||
| 286 | + $query = $query->where('gl_project_deploy_optimize.domain',null); | ||
| 287 | + }else{ | ||
| 288 | + $query = $query->where('gl_project_deploy_optimize.domain',null); | ||
| 289 | + } | ||
| 290 | + } | ||
| 284 | return $query; | 291 | return $query; |
| 285 | } | 292 | } |
| 286 | 293 |
-
请 注册 或 登录 后发表评论