Compare commits

..

No commits in common. "ea7b3f4f7a8cf7a5df0c4fceef9ec83e4d37dc40" and "ebc00e3e6db6b1f5d9a2d5f8dd3061336b66f8c0" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ namespace IRaCIS.Core.Application.Services
item.InstanceInfoList.ForEach(x =>
{
var keyFramesList = rowInfoList.Where(y => y.InstanceId == x.Id && y.NumberOfFrames != 0&&y.NumberOfFrames!=null).Select(y => y.NumberOfFrames).Distinct().ToList();
var keyFramesList = rowInfoList.Where(y => y.InstanceId == x.Id && y.NumberOfFrames != 0).Select(y => y.NumberOfFrames).Distinct().ToList();
if (keyFramesList.Count() > 0)
{