This commit is contained in:
he
2022-11-14 15:29:14 +08:00
parent ac155b7ce2
commit 7c31bf2c36
@@ -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);