作者 lyh

gx处理数据

@@ -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);