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);