This commit is contained in:
unknown 2023-10-18 16:52:41 +08:00
parent 37dabba9a1
commit 16fc88fb9b

View File

@ -385,7 +385,7 @@ class VehicleController extends BaseApiController
foreach ($vehicleContract_pre as $v) {
$vehicleBuy = VehicleBuyRecord::where('contract_id',$v['id'])->findOrEmpty();
if($vehicleBuy->isEmpty()){
$vehicleContract = $v;
$vehicleContract[] = $v;
}
}
//获取车辆列表