diff --git a/app/Services/ParkingAbnormalService.php b/app/Services/ParkingAbnormalService.php index 7e843e5..9099340 100644 --- a/app/Services/ParkingAbnormalService.php +++ b/app/Services/ParkingAbnormalService.php @@ -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() ]);