@@ -689,6 +689,7 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
var readingPastResultList = await taskQuery.OrderBy(x => x.VisitTaskNum).ThenBy(x => x.TaskState).Select(x => new GetReadingPastResultListOutDto()
|
||||
{
|
||||
|
||||
VisitTaskId = x.Id,
|
||||
TaskBlindName = x.TaskBlindName,
|
||||
TaskName = x.TaskName,
|
||||
|
||||
Reference in New Issue
Block a user