Test_IRC_Net8
parent
55882aa0ba
commit
e56e269f2e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue