From d76dbd104568981b472b3cc579ee1069992885d3 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 21 May 2024 10:56:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E8=AF=8A=E8=AE=A2=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/service/export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/service/export.go b/api/service/export.go index 101992a..61cd5f5 100644 --- a/api/service/export.go +++ b/api/service/export.go @@ -1356,7 +1356,7 @@ func (r *ExportService) OrderInquiry(d []*model.OrderInquiry) (string, error) { for _, v := range d { data := OrderInquiryForAccount{ InquiryNo: v.InquiryNo, - DoctorName: v.PatientName, + DoctorName: "", PatientName: v.PatientName, PatientAge: fmt.Sprintf("%d", v.PatientAge), EscrowTradeNo: v.EscrowTradeNo,