删除全局稽查找第一条过滤
parent
964a95d934
commit
8d00a6b2a3
|
@ -2646,7 +2646,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
var list = entitys.Where(x => x.Entity.GetType() == typeof(ReadingGlobalTaskInfo)).Select(t => t.Entity as ReadingGlobalTaskInfo);
|
||||
|
||||
//不是固定问题的问题
|
||||
var firstEntity = list.Where(t => t.QuestionId != null).First();
|
||||
var firstEntity = list.First();
|
||||
|
||||
var cloneEntity = firstEntity.Clone();
|
||||
|
||||
|
|
Loading…
Reference in New Issue