This commit is contained in:
he
2022-08-04 11:28:18 +08:00
parent 1e512a4623
commit 096285e74c
@@ -152,6 +152,8 @@ namespace IRaCIS.Application.Services
visitTask = await _visitTaskRepository.Where(x=>x.Id== judgeResultTaskId).FirstOrDefaultAsync();
}
result.GlobalTaskId = visitTask.Id;
// 获取全局阅片信息
var globalTaskReadingInfo = await this.GetGlobalReadingInfo(new GetGlobalReadingInfoInDto()
{