From e1e9313a5e03cc0c4f6d52014ba917f8e3820e32 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 24 Apr 2023 17:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=80=E4=BD=8E=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 9a7c46a..b5ec958 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -627,7 +627,7 @@ class InquiryService extends BaseService // 公益问诊 $params = array(); - $params['inquiry_type'] = 1; + $params['inquiry_type'] = 3; $params['inquiry_mode'] = 1; $welfare_inquiry_price = DoctorInquiryConfig::getMinInquiryPriceMinOne($params);