@ -162,6 +162,7 @@ class ParkingAbnormalService extends BaseService
$model->update([
'operation_type' => $operation_type,
'handle_reason' => $reason,
'status' => 1,
'operation_at' => get_datetime(),
'updated_at' => get_datetime()
]);