update
This commit is contained in:
parent
3b7d110f90
commit
9df7e5bda4
@ -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