问诊订单修改
This commit is contained in:
parent
e19316cfc3
commit
d76dbd1045
@ -1356,7 +1356,7 @@ func (r *ExportService) OrderInquiry(d []*model.OrderInquiry) (string, error) {
|
|||||||
for _, v := range d {
|
for _, v := range d {
|
||||||
data := OrderInquiryForAccount{
|
data := OrderInquiryForAccount{
|
||||||
InquiryNo: v.InquiryNo,
|
InquiryNo: v.InquiryNo,
|
||||||
DoctorName: v.PatientName,
|
DoctorName: "",
|
||||||
PatientName: v.PatientName,
|
PatientName: v.PatientName,
|
||||||
PatientAge: fmt.Sprintf("%d", v.PatientAge),
|
PatientAge: fmt.Sprintf("%d", v.PatientAge),
|
||||||
EscrowTradeNo: v.EscrowTradeNo,
|
EscrowTradeNo: v.EscrowTradeNo,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user