修改医生问诊配置
This commit is contained in:
parent
5e9f7bed99
commit
64eebd5fbf
@ -371,7 +371,7 @@ class DoctorInquiryService extends BaseService
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 处理医生健康包
|
// 处理医生健康包
|
||||||
if ($inquiry_type == 1 || $inquiry_mode == 8){
|
if ($inquiry_type == 1 && $inquiry_mode == 8){
|
||||||
// 获取健康包配置
|
// 获取健康包配置
|
||||||
$params = array();
|
$params = array();
|
||||||
$health_package = HealthPackage::getOne($params);
|
$health_package = HealthPackage::getOne($params);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user