19
This commit is contained in:
@@ -1830,9 +1830,9 @@ func (r *ExportService) OrderPrescription(d []*model.OrderPrescription) (string,
|
||||
DoctorAdvice: v.DoctorAdvice,
|
||||
}
|
||||
|
||||
if v.UserDoctor != nil {
|
||||
if v.OrderInquiry !=nil && v.OrderInquiry.UserDoctor != nil {
|
||||
// 医生姓名
|
||||
data.DoctorName = v.UserDoctor.UserName
|
||||
data.DoctorName = v.OrderInquiry.UserDoctor.UserName
|
||||
}
|
||||
|
||||
if v.UserPharmacist != nil {
|
||||
|
||||
Reference in New Issue
Block a user