diff --git a/app/Services/DoctorInquiryService.php b/app/Services/DoctorInquiryService.php index ea00efc..91dfc60 100644 --- a/app/Services/DoctorInquiryService.php +++ b/app/Services/DoctorInquiryService.php @@ -1128,7 +1128,7 @@ class DoctorInquiryService extends BaseService $params['inquiry_mode'] = 1; $doctor_inquiry_config = DoctorInquiryConfig::getOne($params); if (empty($doctor_inquiry_config)){ - return fail(HttpEnumCode::HTTP_ERROR, "本服务需设置图文问诊的价格,才可开通"); + return success(null); } // 获取健康包配置