Uat_Study
parent
c2f4f09449
commit
812117b0ff
|
@ -571,6 +571,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
.Where(x=>x.IsHaveQuestion)
|
.Where(x=>x.IsHaveQuestion)
|
||||||
.Select(x => new GetIRMedicalFeedbackListOutDto
|
.Select(x => new GetIRMedicalFeedbackListOutDto
|
||||||
{
|
{
|
||||||
|
|
||||||
Id = x.Id,
|
Id = x.Id,
|
||||||
VisitTaskId=x.VisitTaskId,
|
VisitTaskId=x.VisitTaskId,
|
||||||
IsUrgent = x.VisitTask.IsUrgent,
|
IsUrgent = x.VisitTask.IsUrgent,
|
||||||
|
|
Loading…
Reference in New Issue