update
This commit is contained in:
parent
f78238c054
commit
367986565b
@ -270,6 +270,7 @@ class IndexController extends BaseApiController
|
|||||||
VehicleRent::where('car_id',$vehicle['id'])->update([
|
VehicleRent::where('car_id',$vehicle['id'])->update([
|
||||||
'status' => 3,
|
'status' => 3,
|
||||||
]);
|
]);
|
||||||
|
return json(['success' => true, 'msg' => '成功']);
|
||||||
}else{
|
}else{
|
||||||
return json(['success' => true, 'msg' => '成功']);
|
return json(['success' => true, 'msg' => '成功']);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user