测试发布
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-04-29 14:43:46 +08:00
parent 87adbe9bed
commit 64c97b22d5
1 changed files with 1 additions and 0 deletions

View File

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