From a819dfa8f5ddd3c497012326dbc0a6c6fbb6c969 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 26 Apr 2023 18:26:13 +0800 Subject: [PATCH] 2 --- app/Services/InquiryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 18371cd..12f1620 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -73,7 +73,7 @@ class InquiryService extends BaseService $PatientOrderService = new PatientOrderService(); $order_inquiry_id = $PatientOrderService->getNotFinishedOrderInquiry($request_params['inquiry_type'],$user_info['client_user_id']); if (!empty($order_inquiry_id)) { - return fail(HttpEnumCode::HTTP_ERROR, "当前患者存在进行中的问诊订单"); + return fail(HttpEnumCode::HTTP_ERROR, "当前患者存在进行中的问诊订单",[$order_inquiry_id]); } // 是否为孕妇