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()); }