From a8d91f65b0d0ff00c18dccd863f19cd5734ed564 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Thu, 25 Apr 2024 14:59:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=BB=E7=94=9F=E9=97=AE?= =?UTF-8?q?=E8=AF=8A=E9=85=8D=E7=BD=AE=E5=BC=80=E5=85=B31?= 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 6cd1acb..eb885e9 100644 --- a/app/Services/DoctorInquiryService.php +++ b/app/Services/DoctorInquiryService.php @@ -416,7 +416,7 @@ class DoctorInquiryService extends BaseService DoctorInquiryConfig::editInquiryConfig($params, $data); // 处理医生健康包 - if ($inquiry_mode == 8){ + if ($inquiry_mode == 8 && $is_open == 1){ // 获取健康包配置 $params = array(); $health_package = HealthPackage::getOne($params);