修改医生问诊配置开关1
This commit is contained in:
parent
5044b4a9fa
commit
a8d91f65b0
@ -416,7 +416,7 @@ class DoctorInquiryService extends BaseService
|
||||
DoctorInquiryConfig::editInquiryConfig($params, $data);
|
||||
|
||||
// 处理医生健康包
|
||||
if ($inquiry_mode == 8){
|
||||
if ($inquiry_mode == 8 && $is_open == 1){
|
||||
// 获取健康包配置
|
||||
$params = array();
|
||||
$health_package = HealthPackage::getOne($params);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user