From 53035eb02875250f8c5de5a076bd305f36cfbee8 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Wed, 27 Apr 2022 10:00:48 +0800 Subject: [PATCH] xx --- .../Service/ImageAndDoc/DicomArchiveService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/DicomArchiveService.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/DicomArchiveService.cs index af83f6698..13de8ce33 100644 --- a/IRaCIS.Core.Application/Service/ImageAndDoc/DicomArchiveService.cs +++ b/IRaCIS.Core.Application/Service/ImageAndDoc/DicomArchiveService.cs @@ -211,7 +211,6 @@ namespace IRaCIS.Core.Application.Services }) }); await _inspectionService.AddListInspectionRecordAsync(datas); - await _inspectionService.SaveChangesAsync(); #endregion }