作者 lyh

gx

@@ -332,7 +332,7 @@ class ProjectController extends BaseController @@ -332,7 +332,7 @@ class ProjectController extends BaseController
332 } 332 }
333 if(isset($this->param['geo'])){ 333 if(isset($this->param['geo'])){
334 if($this->param['geo'] == 1){ 334 if($this->param['geo'] == 1){
335 - $query = $query->where('gl_project.geo_status',1); 335 + $query = $query->where('gl_project.geo_status',1);
336 }else{ 336 }else{
337 $ids = GeoLink::pluck('project_id')->unique()->values()->all(); 337 $ids = GeoLink::pluck('project_id')->unique()->values()->all();
338 $query = $query->whereIn('gl_project.id',$ids); 338 $query = $query->whereIn('gl_project.id',$ids);
@@ -139,7 +139,9 @@ class Project extends Base @@ -139,7 +139,9 @@ class Project extends Base
139 { 139 {
140 return [ 140 return [
141 1 => 'GEO标准版', 141 1 => 'GEO标准版',
142 - 2 => 'GEO商务版' 142 + 2 => 'GEO商务版',
  143 + 3 => '白帽SEO版',
  144 + 9 => 'GEO体验版'
143 ]; 145 ];
144 } 146 }
145 /** 147 /**