Uat_Study
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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue