From 64eebd5fbfc362e28c8ef2ae84866a095dfa55e5 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Thu, 25 Apr 2024 14:18:28 +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?= 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 ef9523a..f5ffd17 100644 --- a/app/Services/DoctorInquiryService.php +++ b/app/Services/DoctorInquiryService.php @@ -371,7 +371,7 @@ class DoctorInquiryService extends BaseService } // 处理医生健康包 - if ($inquiry_type == 1 || $inquiry_mode == 8){ + if ($inquiry_type == 1 && $inquiry_mode == 8){ // 获取健康包配置 $params = array(); $health_package = HealthPackage::getOne($params);