From 5b54fcb7529c2ea4a29bdfbd64f7025ee0c40cf4 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 3 Apr 2024 14:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=8E=A5=E8=AF=8A?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E9=BB=98=E8=AE=A4=E4=B8=BAnull?= 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 7577f14..d1887e2 100644 --- a/app/Services/DoctorInquiryService.php +++ b/app/Services/DoctorInquiryService.php @@ -338,7 +338,7 @@ class DoctorInquiryService extends BaseService if (empty($doctor_inquiry_config)) { // 此处两个参数都默认设置为0,随访包以及健康包使用不到 $work_num_day = 0; // 每日接诊数量 - $inquiry_price = 0; // 接诊价格(专家问诊-公益问诊) + $inquiry_price = null; // 接诊价格(专家问诊-公益问诊) // 获取系统问诊配置表 $params = array();