From af63355685a612300530c46da69ead952c62a68d Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 16 Apr 2024 17:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8E=B7=E5=8F=96=E6=82=A3?= =?UTF-8?q?=E8=80=85=E6=9C=8D=E5=8A=A1=E5=8C=85=E8=AE=A2=E5=8D=95=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E6=9D=83=E7=9B=8A=E8=AF=A6=E6=83=851?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/PatientOrderService.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/Services/PatientOrderService.php b/app/Services/PatientOrderService.php index 236a73e..51a6f2a 100644 --- a/app/Services/PatientOrderService.php +++ b/app/Services/PatientOrderService.php @@ -2789,6 +2789,10 @@ class PatientOrderService extends BaseService "finish_time", "order_service_type", "doctor_id", + "order_service_status", + "family_id", + "doctor_id", + "user_id", ]; $params = array(); @@ -2843,6 +2847,11 @@ class PatientOrderService extends BaseService } } + // 获取服务包当月已问诊次数 + if ($order_service_package['order_service_status'] == 2){ + $result['order_service_package']['month_inquiry_count'] = 1; + } + // 健康包数据 if ($order_service_package['order_service_type'] == 1){ // 健康包商品数据