修改医生问诊配置

This commit is contained in:
wucongxing8150 2024-04-25 14:18:28 +08:00
parent 5e9f7bed99
commit 64eebd5fbf

View File

@ -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);