From 170f67084affc2de911b05f8d84836da5920998a Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Thu, 15 Sep 2022 09:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=8D=E9=98=85=E6=8B=92?= =?UTF-8?q?=E7=BB=9Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs index e88fe5fef..894d7a979 100644 --- a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs +++ b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs @@ -1963,7 +1963,7 @@ namespace IRaCIS.Core.Application.Service.Allocation } else if (agreeReReadingCommand.RequestReReadingResultEnum == RequestReReadingResult.Reject) { - await _visitTaskRepository.BatchUpdateNoTrackingAsync(t => t.Id == origenalTask.Id, u => new VisitTask() + await _visitTaskRepository.UpdatePartialFromQueryAsync(t => t.Id == origenalTask.Id, u => new VisitTask() { ReReadingApplyState = ReReadingApplyState.Reject });