添加属性

This commit is contained in:
haomingming
2026-01-04 15:52:07 +08:00
parent 0fb3681628
commit 75c1575830
3 changed files with 26 additions and 8 deletions
+5
View File
@@ -81,6 +81,11 @@ func (r *OrderProductService) GetOrderProduct(orderProductId int64) (g *dto.Orde
// 加载问诊病例
g.LoadOrderInquiryCase(orderInquiryCase)
// 加载问诊类型
if orderProduct.OrderInquiry != nil && orderProduct.OrderInquiry.UserDoctor != nil && orderProduct.OrderInquiry.TransferUserDoctor != nil{
g.LoadIsTransferOrder(orderProduct.OrderInquiry.UserDoctor, orderProduct.OrderInquiry.TransferUserDoctor)
}
// 加载处方数据
g.LoadOrderPrescription(orderPrescription)