diff --git a/app/Services/NurseReportService.php b/app/Services/NurseReportService.php index 2506740..96505fc 100644 --- a/app/Services/NurseReportService.php +++ b/app/Services/NurseReportService.php @@ -166,6 +166,7 @@ class NurseReportService 'visit_result_id' => $patient->visit_result_id, 'comment' => $patient->comment, 'user_id' => $userId, + 'profit_type_id' => $patient->profit_type_id, ]; // Подготовка данных миграции (если есть)