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