作者 lyh

gx

... ... @@ -157,7 +157,7 @@ class ProjectController extends BaseController
* @time :2023/9/7 18:39
*/
public function searchContent(&$query){
if(!empty($param['search']) && !empty($param['search_type'])){
if(!empty($this->map['search']) && !empty($this->map['search_type'])){
//搜索域名
$query->where(function ($subQuery) {
$subQuery->orwhere('gl_project_deploy_optimize.domain','like','%'.$this->map['search'].'%')
... ...