11
This commit is contained in:
parent
7087c52aea
commit
a336b07f30
@ -184,7 +184,6 @@ class VehicleController extends BaseApiController
|
||||
if(empty($id)){
|
||||
return $this->fail('缺少必要参数');
|
||||
}
|
||||
$this->userInfo['company_id'] = 177;
|
||||
//获取数据
|
||||
$data = VehicleVillageApply::where('id',$id)->find();
|
||||
if($data->isEmpty() || $data['town_company_id'] != $this->userInfo['company_id'] || $data['status'] != 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user