修改 接诊价格默认为null

This commit is contained in:
wucongxing8150 2024-04-03 14:03:33 +08:00
parent 547d4ded88
commit 5b54fcb752

View File

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