From e56e4c2606be8d7ddc75acc194b6dbb82ac91efc Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 23 Aug 2023 16:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E6=82=A3=E8=80=85=E9=97=AE=E8=AF=8A=E7=97=85=E4=BE=8B=20?= =?UTF-8?q?=E7=9B=91=E6=B5=8B=E6=8A=A5=E5=91=8A=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/InquiryService.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 70a3b25..74bc462 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -400,6 +400,8 @@ class InquiryService extends BaseService return fail(); } + $order_inquiry_case = $order_inquiry_case->toArray(); + // 获取患者家庭成员信息表-基本信息 $params = array(); $params['family_id'] = $order_inquiry_case['family_id']; @@ -495,11 +497,9 @@ class InquiryService extends BaseService $order_inquiry_case['detection_project']['detection_link'] = ""; // 检测结果链接 } } - - } - return success($order_inquiry_case->toArray()); + return success($order_inquiry_case); } /**