修改关键帧
parent
a3f8730aa8
commit
59ecaaa5a7
|
|
@ -664,6 +664,10 @@ namespace IRaCIS.Core.Application.Services
|
|||
{
|
||||
studyList.Insert(0, keySeries);
|
||||
}
|
||||
else
|
||||
{
|
||||
studyList.Insert(0, new VisitStudyDTO() { });
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue