修正问诊病例返回数据
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -57,7 +57,7 @@ func (r *OrderPrescriptionService) GetOrderPrescription(OrderPrescriptionId int6
|
||||
g = dto.GetOrderPrescriptionDto(orderPrescription)
|
||||
|
||||
// 加载问诊病例
|
||||
g.LoadOrderInquiryCase(orderInquiryCase)
|
||||
g.LoadMaskOrderInquiryCase(orderInquiryCase)
|
||||
|
||||
// 加载处方关联疾病-字符串
|
||||
g.LoadOrderPrescriptionIcdString(orderPrescriptionIcds)
|
||||
|
||||
Reference in New Issue
Block a user