|
|
|
@ -248,6 +248,10 @@ class ParkingSpaceService extends BaseService |
|
|
|
$update['berthing_time'] = get_datetime(); |
|
|
|
$update['recognition'] = 'high'; |
|
|
|
} |
|
|
|
} else if (!$status) { |
|
|
|
$update['license_plate_id'] = 0; |
|
|
|
$update['berthing_time'] = null; |
|
|
|
$update['recognition'] = ''; |
|
|
|
} |
|
|
|
$model->update($update); |
|
|
|
$this->logService->logUpdated( |
|
|
|
|