归档处理时间拼接问题
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user