修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user