From fa19ac9105b9b191d9ef71cc66c85e41642927f1 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 27 Apr 2023 15:41:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E8=8D=AF=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= 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 9d60259..c66a463 100644 --- a/app/Services/PatientFamilyService.php +++ b/app/Services/PatientFamilyService.php @@ -910,7 +910,7 @@ class PatientFamilyService extends BaseService $params = array(); $params['patient_id'] = $user_info['client_user_id']; if ($family_id != 0){ - $params['patient_id'] = $user_info['client_user_id']; + $params['family_id'] = $user_info['family_id']; } $params['order_product_status'] = 4;// 订单状态(1:待支付 2:待发货 3:已发货 4:已签收 5:已取消)