From cb4a965a525cf28e5bc8ee8ca5e24f9b9390b112 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 1 Sep 2022 16:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/ReadingImageTaskService.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index 4988f09f0..2acdeccc0 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -1894,6 +1894,9 @@ namespace IRaCIS.Application.Services // 完成阅片修改状态 //await this.FinishReadUpdateState(visitTaskId); + + + await _visitTaskRepository.SaveChangesAsync(); } #endregion