IRC_NewDev
parent
ce279dda60
commit
963d0d582f
|
@ -2138,15 +2138,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
||||||
_ = _repository.AddRangeAsync(readingTableAnswerRowInfoList).Result;
|
_ = _repository.AddRangeAsync(readingTableAnswerRowInfoList).Result;
|
||||||
|
|
||||||
|
|
||||||
//var readingTableQuestionAnswerList = _repository.Where<ReadingTableQuestionAnswer>(t => t.VisitTaskId == origenalTask.Id).ToList();
|
|
||||||
|
|
||||||
//foreach (var item in readingTableQuestionAnswerList)
|
|
||||||
//{
|
|
||||||
// item.Id = Guid.Empty;
|
|
||||||
// item.VisitTaskId = newTask.Id;
|
|
||||||
//}
|
|
||||||
|
|
||||||
//_ = _repository.AddRangeAsync(readingTableQuestionAnswerList).Result;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue