正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -299,6 +299,9 @@ class ProjectController extends BaseController | @@ -299,6 +299,9 @@ class ProjectController extends BaseController | ||
| 299 | if(isset($this->map['plan'])){ | 299 | if(isset($this->map['plan'])){ |
| 300 | $query = $query->where('gl_project_deploy_build.plan',$this->map['plan']); | 300 | $query = $query->where('gl_project_deploy_build.plan',$this->map['plan']); |
| 301 | } | 301 | } |
| 302 | + if(isset($this->map['ai_domain'])){ | ||
| 303 | + $query = $query->whereNotNull('gl_domain_info.ai_domain'); | ||
| 304 | + } | ||
| 302 | if(isset($this->map['friend_id'])){ | 305 | if(isset($this->map['friend_id'])){ |
| 303 | if($this->map['friend_id'] == 1){ | 306 | if($this->map['friend_id'] == 1){ |
| 304 | $query = $query->where('gl_project_association.friend_id', '!=', 0); | 307 | $query = $query->where('gl_project_association.friend_id', '!=', 0); |
-
请 注册 或 登录 后发表评论