作者 lyh

gx

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