修正返回目录
This commit is contained in:
parent
9697e17d37
commit
c66319336b
@ -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{}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user