Uat_Study
he 2022-07-25 11:39:53 +08:00
parent c2f4f09449
commit 812117b0ff
1 changed files with 1 additions and 0 deletions

View File

@ -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,