From 10b761321b4d29058bae4e89e3eb6db51d31599b Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 10 Jan 2024 13:48:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=BB=93=E6=9D=9F=EF=BC=8C?= =?UTF-8?q?=E6=8F=90=E9=86=92=E8=B5=A0=E9=80=81=E5=9B=9E=E5=90=88=E6=95=B0?= =?UTF-8?q?=EF=BC=88=E5=8C=BB=E7=94=9F=E7=AB=AF=EF=BC=891?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/InquiryService.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 5220a32..22991f6 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -1122,9 +1122,6 @@ class InquiryService extends BaseService // 患者-发送通知消息-患者的问诊服务结束 $MessagePush = new MessagePush($order_inquiry['user_id'], $order_inquiry['order_inquiry_id']); $MessagePush->patientInquiryFinish(); - - - } catch (\Throwable $e) { Log::getInstance("InquiryService-putFinishInquiry")->error($e->getMessage()); }