修改 接诊价格默认为null
This commit is contained in:
parent
547d4ded88
commit
5b54fcb752
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user