This commit is contained in:
unknown 2023-09-01 09:03:03 +08:00
parent b8e5ad0c6d
commit f206439899

View File

@ -133,7 +133,8 @@ class IndexController extends BaseApiController
'company_name' => $contract['company_b_name'],
'company_user' => $contract['company_b_user'],
'company_phone' => $contract['company_b_phone'],
'create_time' => time()
'create_time' => time(),
'status' => 0
];
}
$vehicleRent = new VehicleRent();