新增了 医生健康包配置1
This commit is contained in:
parent
895a53b51c
commit
d108f9b948
@ -62,6 +62,10 @@ func (r *DoctorConfigHealthPackageService) GetDoctorHealth(healthPackageId int64
|
|||||||
res.LoadUserDoctorHospital(hospital)
|
res.LoadUserDoctorHospital(hospital)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if healthPackage != nil {
|
||||||
|
res.LoadHealthPackage(healthPackage)
|
||||||
|
}
|
||||||
|
|
||||||
// 获取医生问诊配置
|
// 获取医生问诊配置
|
||||||
res.LoadDoctorInquiryConfig(doctorInquiryConfig)
|
res.LoadDoctorInquiryConfig(doctorInquiryConfig)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user