From 812117b0ff573c81d109ea9f2c8d172c5f617be7 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 25 Jul 2022 11:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/ReadingMedicalReviewService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs index 954419b4f..5745f25f8 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs @@ -571,6 +571,7 @@ namespace IRaCIS.Core.Application.Service .Where(x=>x.IsHaveQuestion) .Select(x => new GetIRMedicalFeedbackListOutDto { + Id = x.Id, VisitTaskId=x.VisitTaskId, IsUrgent = x.VisitTask.IsUrgent,