Merge branch 'Test.IRC' of http://192.168.3.69:3000/XCKJ/irc-netcore-api into Test.IRC
commit
f0a8133b94
|
@ -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