修改关键帧
parent
a3f8730aa8
commit
59ecaaa5a7
|
|
@ -664,19 +664,23 @@ namespace IRaCIS.Core.Application.Services
|
||||||
{
|
{
|
||||||
studyList.Insert(0, keySeries);
|
studyList.Insert(0, keySeries);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
studyList.ForEach(x =>
|
|
||||||
{
|
{
|
||||||
x.SeriesList.ForEach(y =>
|
studyList.Insert(0, new VisitStudyDTO() { });
|
||||||
{
|
}
|
||||||
y.IsBeMark = rowInfoList.Any(z => z.SeriesId == y.Id);
|
|
||||||
});
|
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
studyList.ForEach(x =>
|
||||||
|
{
|
||||||
|
x.SeriesList.ForEach(y =>
|
||||||
|
{
|
||||||
|
y.IsBeMark = rowInfoList.Any(z => z.SeriesId == y.Id);
|
||||||
|
});
|
||||||
|
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue