From a2875a04417fc01638ee6a0ee6b291cba3edd68f Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 10 May 2023 09:23:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90123?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PatientFamilyService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/PatientFamilyService.php b/app/Services/PatientFamilyService.php index 490f7ea..8ba36a3 100644 --- a/app/Services/PatientFamilyService.php +++ b/app/Services/PatientFamilyService.php @@ -910,8 +910,8 @@ class PatientFamilyService extends BaseService $data['is_take_medicine'] = $request_params['is_take_medicine']; $data['drugs_name'] = $request_params['drugs_name'] ?? ""; } - } + $patient_family_health = PatientFamilyHealth::addPatientFamilyHealth($data); if (empty($patient_family_health)){ return fail();