修改关键帧

Test_HIR_Net8
he 2025-08-29 10:49:16 +08:00
parent a3f8730aa8
commit 59ecaaa5a7
1 changed files with 15 additions and 11 deletions

View File

@ -664,6 +664,10 @@ namespace IRaCIS.Core.Application.Services
{
studyList.Insert(0, keySeries);
}
else
{
studyList.Insert(0, new VisitStudyDTO() { });
}