From c66319336bcdc8b952848180edc01f822ef9a731 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 28 Sep 2023 08:59:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=BF=94=E5=9B=9E=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/service/OrderInquiry.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/service/OrderInquiry.go b/api/service/OrderInquiry.go index b352381..8ab3b4e 100644 --- a/api/service/OrderInquiry.go +++ b/api/service/OrderInquiry.go @@ -297,9 +297,6 @@ func (r *OrderInquiryService) GetOrderInquiry(orderInquiryId int64) (g *dto.Orde // 获取订单评价 orderEvaluationDao := dao.OrderEvaluationDao{} orderEvaluation, err := orderEvaluationDao.GetOrderEvaluationByOrderInquiryId(orderInquiryId) - if orderEvaluation == nil { - return nil, nil - } // 医生数据 userDoctorService := UserDoctorService{}