Test_IRC_Net8
he 2025-12-02 16:31:59 +08:00
parent 55882aa0ba
commit e56e269f2e
1 changed files with 1 additions and 1 deletions

View File

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