归档处理时间拼接问题

This commit is contained in:
2022-05-06 17:38:00 +08:00
parent 476212fb76
commit 7afe552061
2 changed files with 9 additions and 5 deletions
@@ -233,10 +233,14 @@ namespace IRaCIS.Api.Controllers
data.JsonDetail = _inspectionService.AddJsonItem(data.JsonDetail, keyValuePairs);
await _inspectionService.AddInspectionRecordAsync(data);
}
catch (Exception)
catch (Exception e)
{
section = await reader.ReadNextSectionAsync();
//section = await reader.ReadNextSectionAsync();
_logger.LogError(e.Message + e.StackTrace);
_provider.Remove("StudyUid_" + archiveStudyCommand.StudyInstanceUid);
}