From d108f9b94845d203b130c0853ec4340a176a7159 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 5 Jun 2024 11:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=20=E5=8C=BB?= =?UTF-8?q?=E7=94=9F=E5=81=A5=E5=BA=B7=E5=8C=85=E9=85=8D=E7=BD=AE1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/service/doctorConfigHealthPackage.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/service/doctorConfigHealthPackage.go b/api/service/doctorConfigHealthPackage.go index f1d6e72..cb8615a 100644 --- a/api/service/doctorConfigHealthPackage.go +++ b/api/service/doctorConfigHealthPackage.go @@ -62,6 +62,10 @@ func (r *DoctorConfigHealthPackageService) GetDoctorHealth(healthPackageId int64 res.LoadUserDoctorHospital(hospital) } + if healthPackage != nil { + res.LoadHealthPackage(healthPackage) + } + // 获取医生问诊配置 res.LoadDoctorInquiryConfig(doctorInquiryConfig)