diff --git a/app/Services/DoctorInquiryService.php b/app/Services/DoctorInquiryService.php index 3ea3f69..a32bd0b 100644 --- a/app/Services/DoctorInquiryService.php +++ b/app/Services/DoctorInquiryService.php @@ -94,7 +94,9 @@ class DoctorInquiryService extends BaseService $result['info']['work_num_day'] = $doctor_inquiry_config['work_num_day'] ?: 0; // 接诊开关 - $is_open = 1; + if ($doctor_inquiry_config['is_enable'] == 1){ + $is_open = 1; + } } // 接诊开关