查区县公司
This commit is contained in:
parent
8eed8ad43e
commit
756fd5264d
@ -366,7 +366,7 @@ class CompanyController extends BaseApiController
|
||||
}
|
||||
}
|
||||
if(!empty($area)) {
|
||||
$company=Db::query("select * from la_company where company_type=:company_type and FIND_IN_SET(:area,responsible_area)", ['company_type' => 15,'area'=>$area], true);
|
||||
$company=Db::query("select * from la_company where company_type=:company_type and area=:area)", ['company_type' => 15,'area'=>$area], true);
|
||||
if($company){
|
||||
return $this->success('ok',['title'=>$company[0]['company_name'],'organization_code'=>$company[0]['organization_code']]);
|
||||
}else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user