Compare commits

...

2 Commits

Author SHA1 Message Date
he a0fe7be308 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-11-11 14:08:57 +08:00
he bbfa966b57 修改 2025-11-11 14:08:54 +08:00
1 changed files with 2 additions and 1 deletions

View File

@ -3776,11 +3776,12 @@ namespace IRaCIS.Core.Application.Service
});
await _visitTaskRepository.SaveChangesAsync();
_userInfo.IsNotNeedInspection = true;
await AddDefaultValueToTask(inDto.VisitTaskId);
await _readingCalculateService.AddTaskLesionAnswerFromLastTask(new AddTaskLesionAnswerFromLastTaskInDto()
{
VisitTaskId = inDto.VisitTaskId
});
await AddDefaultValueToTask(inDto.VisitTaskId);
return new ResetReadingTaskOutDto() { };
}
/// <summary>