|
...
|
...
|
@@ -299,6 +299,9 @@ class ProjectController extends BaseController |
|
|
|
if(isset($this->map['plan'])){
|
|
|
|
$query = $query->where('gl_project_deploy_build.plan',$this->map['plan']);
|
|
|
|
}
|
|
|
|
if(isset($this->map['ai_domain'])){
|
|
|
|
$query = $query->whereNotNull('gl_domain_info.ai_domain');
|
|
|
|
}
|
|
|
|
if(isset($this->map['friend_id'])){
|
|
|
|
if($this->map['friend_id'] == 1){
|
|
|
|
$query = $query->where('gl_project_association.friend_id', '!=', 0);
|
...
|
...
|
|