From c0f6fbca0609e93659bb9e9bb525609d2ef9d3f6 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 3 Apr 2024 17:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AF=E6=9C=8D=E5=8A=A1=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=A4=84=E7=90=86=E5=8C=BB=E7=94=9F=E5=81=A5=E5=BA=B7?= =?UTF-8?q?=E5=8C=85=E3=80=82=E8=8E=B7=E5=8F=96=E5=8C=BB=E7=94=9F=E9=97=AE?= =?UTF-8?q?=E8=AF=8A=E9=85=8D=E7=BD=AE-=E5=81=A5=E5=BA=B7=E5=8C=85?= =?UTF-8?q?=E6=8E=A5=E5=8F=A31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/DoctorInquiryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/DoctorInquiryService.php b/app/Services/DoctorInquiryService.php index ea00efc..91dfc60 100644 --- a/app/Services/DoctorInquiryService.php +++ b/app/Services/DoctorInquiryService.php @@ -1128,7 +1128,7 @@ class DoctorInquiryService extends BaseService $params['inquiry_mode'] = 1; $doctor_inquiry_config = DoctorInquiryConfig::getOne($params); if (empty($doctor_inquiry_config)){ - return fail(HttpEnumCode::HTTP_ERROR, "本服务需设置图文问诊的价格,才可开通"); + return success(null); } // 获取健康包配置