request->param(); $geoVillage = Db::name('geo_village')->where('village_id', $param['village_id'])->find(); $company = Company::where(['village' =>$geoVillage['village_code'], 'company_type'=>17])->find(); return $this->success('成功', compact('company')); } }