Merge pull request 'update' () from zhangwei into master

Reviewed-on: http://git.excellentkk.cn/mkm/TaskSystem/pulls/113
This commit is contained in:
wei1990 2023-09-02 11:36:16 +08:00
commit 3a790b0b93

@ -454,7 +454,6 @@ class VehicleController extends BaseApiController
if(empty($params['car_id'])){
return $this->fail('参数错误');
}
$this->userInfo['company_id'] = 188;
//获取车辆信息
$carInfo = VehicleRent::where('car_id',$params['car_id'])->where('type',1)->find();
if(empty($carInfo)){