修改
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
he 2025-09-04 14:50:27 +08:00
parent d5234db48a
commit b87e531920
1 changed files with 2 additions and 0 deletions

View File

@ -1735,6 +1735,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
var sCPStudy = await _dbContext.SCPStudy.Where(x => x.Id == entity.SCPStudyId).FirstOrDefaultAsync();
await InsertInspection<SCPStudySubjectVisit>(item.Entity as SCPStudySubjectVisit, type, x => new InspectionConvertDTO()
{
ObjectRelationParentId = x.SubjectId,
@ -1746,6 +1747,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
}, new
{
PatientIdStr = sCPStudy != null ? sCPStudy.PatientIdStr : null,
StudyTime = sCPStudy != null ? sCPStudy.StudyTime : null,
});