获取医生问诊配置接口,更改接口开关判断逻辑
This commit is contained in:
parent
6ce57339a0
commit
0a8aa6040f
@ -94,8 +94,10 @@ class DoctorInquiryService extends BaseService
|
||||
$result['info']['work_num_day'] = $doctor_inquiry_config['work_num_day'] ?: 0;
|
||||
|
||||
// 接诊开关
|
||||
if ($doctor_inquiry_config['is_enable'] == 1){
|
||||
$is_open = 1;
|
||||
}
|
||||
}
|
||||
|
||||
// 接诊开关
|
||||
$result['info']['is_open'] = $is_open;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user