修正问诊病例返回数据

This commit is contained in:
2023-10-07 10:20:19 +08:00
parent 7642449eda
commit 848cffdda2
6 changed files with 29 additions and 9 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ func (r *OrderInquiryService) GetOrderInquiry(orderInquiryId int64) (g *dto.Orde
g.LoadOrderInquiryCoupon(orderInquiryCoupon)
// 加载问诊病例
g.LoadOrderInquiryCase(orderInquiryCase)
g.LoadMaskOrderInquiryCase(orderInquiryCase)
// 加载订单评价
g.LoadOrderEvaluation(orderEvaluation)
+1 -1
View File
@@ -57,7 +57,7 @@ func (r *OrderPrescriptionService) GetOrderPrescription(OrderPrescriptionId int6
g = dto.GetOrderPrescriptionDto(orderPrescription)
// 加载问诊病例
g.LoadOrderInquiryCase(orderInquiryCase)
g.LoadMaskOrderInquiryCase(orderInquiryCase)
// 加载处方关联疾病-字符串
g.LoadOrderPrescriptionIcdString(orderPrescriptionIcds)