23
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
// 加载接受抄方的医生信息
|
||||
|
||||
Reference in New Issue
Block a user