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