This commit is contained in:
haomingming
2025-12-29 17:04:01 +08:00
parent deef662a31
commit bdd3990fa6
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ func (r *OrderProductService) GetOrderProduct(orderProductId int64) (g *dto.Orde
// 加载原始医生信息
if orderProduct.OrderInquiry != nil && orderProduct.OrderInquiry.UserDoctor != nil {
g.LoadUserDoctor(orderProduct.OrderInquiry.UserDoctor)
g.LoadInquiryDoctor(orderProduct.OrderInquiry.UserDoctor)
}
// 加载接受抄方的医生信息