update
This commit is contained in:
parent
37dabba9a1
commit
16fc88fb9b
@ -385,7 +385,7 @@ class VehicleController extends BaseApiController
|
|||||||
foreach ($vehicleContract_pre as $v) {
|
foreach ($vehicleContract_pre as $v) {
|
||||||
$vehicleBuy = VehicleBuyRecord::where('contract_id',$v['id'])->findOrEmpty();
|
$vehicleBuy = VehicleBuyRecord::where('contract_id',$v['id'])->findOrEmpty();
|
||||||
if($vehicleBuy->isEmpty()){
|
if($vehicleBuy->isEmpty()){
|
||||||
$vehicleContract = $v;
|
$vehicleContract[] = $v;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//获取车辆列表
|
//获取车辆列表
|
||||||
|
Loading…
x
Reference in New Issue
Block a user