作者 lyh

gz

@@ -87,7 +87,7 @@ class ProjectController extends BaseController @@ -87,7 +87,7 @@ class ProjectController extends BaseController
87 //按类型搜索 87 //按类型搜索
88 $query = $this->searchContent($query); 88 $query = $this->searchContent($query);
89 //搜索升级项目 89 //搜索升级项目
90 - $query = $this->searchUpgrade($query); 90 +// $query = $this->searchUpgrade($query);
91 return $query; 91 return $query;
92 } 92 }
93 93