Merge pull request 'update' (#113) from zhangwei into master
Reviewed-on: http://git.excellentkk.cn/mkm/TaskSystem/pulls/113
This commit is contained in:
commit
3a790b0b93
@ -454,7 +454,6 @@ class VehicleController extends BaseApiController
|
|||||||
if(empty($params['car_id'])){
|
if(empty($params['car_id'])){
|
||||||
return $this->fail('参数错误');
|
return $this->fail('参数错误');
|
||||||
}
|
}
|
||||||
$this->userInfo['company_id'] = 188;
|
|
||||||
//获取车辆信息
|
//获取车辆信息
|
||||||
$carInfo = VehicleRent::where('car_id',$params['car_id'])->where('type',1)->find();
|
$carInfo = VehicleRent::where('car_id',$params['car_id'])->where('type',1)->find();
|
||||||
if(empty($carInfo)){
|
if(empty($carInfo)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user