From 963d0d582f3d5ecf33ee6fa7c4763a466597d0fc Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 31 Oct 2023 15:22:47 +0800 Subject: [PATCH] x --- .../Service/Allocation/VisitTaskService.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs index 84a81f7a5..1deea717e 100644 --- a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs +++ b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs @@ -2138,15 +2138,7 @@ namespace IRaCIS.Core.Application.Service.Allocation _ = _repository.AddRangeAsync(readingTableAnswerRowInfoList).Result; - //var readingTableQuestionAnswerList = _repository.Where(t => t.VisitTaskId == origenalTask.Id).ToList(); - //foreach (var item in readingTableQuestionAnswerList) - //{ - // item.Id = Guid.Empty; - // item.VisitTaskId = newTask.Id; - //} - - //_ = _repository.AddRangeAsync(readingTableQuestionAnswerList).Result; }