Merge pull request '11' (#62) from zhangwei into master
Reviewed-on: http://git.excellentkk.cn/mkm/TaskSystem/pulls/62
This commit is contained in:
commit
9077c21d2c
@ -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