Uat_Study
he 2022-07-21 17:39:44 +08:00
parent 0acb21725b
commit 2677f901fe
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ namespace IRaCIS.Application.Services
var taskTwoInfo = await this.GetGlobalReadingInfo(new GetGlobalReadingInfoInDto() var taskTwoInfo = await this.GetGlobalReadingInfo(new GetGlobalReadingInfoInDto()
{ {
UsingOriginalData = true, UsingOriginalData = true,
VisitTaskId = taskList[0].Id VisitTaskId = taskList[1].Id
}); });