From a4df927d7dbd32813cad203973d5ab46f8ddc6d9 Mon Sep 17 00:00:00 2001 From: haomingming Date: Mon, 29 Dec 2025 13:27:42 +0800 Subject: [PATCH] 3 --- api/dto/OrderProduct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/dto/OrderProduct.go b/api/dto/OrderProduct.go index 931037f..53b60bc 100644 --- a/api/dto/OrderProduct.go +++ b/api/dto/OrderProduct.go @@ -57,7 +57,7 @@ type OrderProductDto struct { OrderProductItem []*OrderProductItemDto `json:"order_product_item"` // 商品数据 OrderProductLogistics *OrderProductLogisticsDto `json:"order_product_logistics"` // 物流数据 UserDoctor *UserDoctorDto `json:"inquiry_doctor"` // 原始医生(问诊医生信息) - TransferUserDoctor *UserDoctorDto `json:"prescription_doctor"` // 接受抄方的医生(处方医生信息) + TransferUserDoctor *UserDoctorDto `json:"transfer_prescription_doctor"` // 接受抄方的医生(抄方处方医生信息) OrderPrescription *OrderPrescriptionDto `json:"order_prescription"` // 处方数据 OrderInquiryCase *OrderInquiryCaseDto `json:"order_inquiry_case"` // 问诊病例 OrderProductCoupon *OrderProductCouponDto `json:"order_product_coupon"` // 优惠卷