From a8cff189859cfb0f1b83a9d54960656cb0292b67 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Sat, 6 May 2023 09:54:20 +0800 Subject: [PATCH] x --- IRaCIS.Core.Application/Service/ImageAndDoc/StudyService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/ImageAndDoc/StudyService.cs b/IRaCIS.Core.Application/Service/ImageAndDoc/StudyService.cs index af35c3694..b1e7d4a69 100644 --- a/IRaCIS.Core.Application/Service/ImageAndDoc/StudyService.cs +++ b/IRaCIS.Core.Application/Service/ImageAndDoc/StudyService.cs @@ -285,7 +285,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc } - await _dicomstudyRepository.SaveChangesAsync(); + await _repository.SaveChangesAsync(); return ResponseOutput.Ok();