update
This commit is contained in:
parent
a8f8178bb6
commit
8d2590c869
@ -80,7 +80,7 @@ class ContractController extends BaseApiController
|
||||
$cars = json_decode($contract['cars_info'], true);
|
||||
$data = [];
|
||||
foreach($cars as $v){
|
||||
$hasCar = VehicleRent::where('car_id',$v['id'])->find();
|
||||
$hasCar = VehicleRent::where('car_id',$v['id'])->findOrEmpty();
|
||||
if($hasCar->isEmpty()){
|
||||
$data[] = [
|
||||
'car_id' => $v['id'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user