Compare commits
No commits in common. "51f02e79c1e71470413b1cc758fe77d1230c81de" and "6cc4c32625293bf9e9f6768d969a6b304cd78b93" have entirely different histories.
51f02e79c1
...
6cc4c32625
|
|
@ -601,13 +601,7 @@ namespace IRaCIS.Core.Application.Services
|
||||||
item.InstanceInfoList.ForEach(x =>
|
item.InstanceInfoList.ForEach(x =>
|
||||||
{
|
{
|
||||||
|
|
||||||
var keyFramesList = rowInfoList.Where(y => y.InstanceId == x.Id).Select(y => y.NumberOfFrames).Distinct().ToList();
|
x.KeyFramesList = rowInfoList.Where(y => y.InstanceId == x.Id).Select(y => y.NumberOfFrames).Distinct().ToList();
|
||||||
|
|
||||||
if (keyFramesList.Count() > 1)
|
|
||||||
{
|
|
||||||
x.KeyFramesList = keyFramesList;
|
|
||||||
}
|
|
||||||
|
|
||||||
var item = rowInfoList.FirstOrDefault(y => y.InstanceId == x.Id);
|
var item = rowInfoList.FirstOrDefault(y => y.InstanceId == x.Id);
|
||||||
if (item != null)
|
if (item != null)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue