Uat_Study
he 2022-11-14 15:29:14 +08:00
parent ac155b7ce2
commit 7c31bf2c36
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
if (inDto.IsBaseLine)
{
return 0;
return -1;
}
var taskinfo = await _visitTaskRepository.Where(x => x.Id == inDto.VisitTaskId).FirstNotNullAsync();
var taskList = await GetSiteVisitForTumorList(inDto);