QC 影像列表返回Path 定时任务,过滤停止的项目

This commit is contained in:
2022-11-28 13:49:24 +08:00
parent 8633647d35
commit 3e2fac0974
13 changed files with 21 additions and 23 deletions
@@ -312,9 +312,6 @@ namespace IRaCIS.Core.API.Controllers
_logger.LogError(e.Message + e.StackTrace);
archiveResult.ErrorFiles.Add(fileName);
_provider.Remove("StudyUid_" + archiveStudyCommand.StudyInstanceUid);
}
@@ -353,11 +350,6 @@ namespace IRaCIS.Core.API.Controllers
studyMonitor.IsSuccess = true;
//_studyService.UploadOrReUploadNeedTodo(archiveStudyCommand, archivedStudyIds, ref archiveResult, );
}
else
{