非dicom上传bug
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
49e372d11d
commit
1c58ba7e28
|
@ -549,9 +549,12 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
|
||||
ExtraIndentification = extraIdentification
|
||||
|
||||
}, new { ParentQuestionShowOrder = parentQuestionShowOrder,
|
||||
}, new
|
||||
{
|
||||
ParentQuestionShowOrder = parentQuestionShowOrder,
|
||||
OperatingTime = DateTime.Now,
|
||||
RelavantQuestionShowOrder = relavantQuestionShowOrder });
|
||||
RelavantQuestionShowOrder = relavantQuestionShowOrder
|
||||
});
|
||||
}
|
||||
|
||||
//系统标准表格问题
|
||||
|
@ -1394,7 +1397,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
|
||||
ExtraIndentification = extraIdentification
|
||||
|
||||
},new {
|
||||
}, new
|
||||
{
|
||||
IsHaveQuestion = isHaveQuestion,
|
||||
});
|
||||
}
|
||||
|
@ -2278,12 +2282,12 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
armEnum = await _dbContext.VisitTask.Where(x => x.Id == entity.VisitTaskId).Select(x => x.ArmEnum).FirstOrDefaultAsync();
|
||||
}
|
||||
|
||||
var noneDicomStudy = await _dbContext.NoneDicomStudy.Where(x => x.Id == entity.NoneDicomStudyId).IgnoreQueryFilters().FirstNotNullAsync();
|
||||
//var noneDicomStudy = await _dbContext.NoneDicomStudy.FindAsync(entity.NoneDicomStudyId);
|
||||
|
||||
await InsertInspection<NoneDicomStudyFile>(item.Entity as NoneDicomStudyFile, type, x => new InspectionConvertDTO()
|
||||
{
|
||||
SubjectVisitId = noneDicomStudy.SubjectVisitId,
|
||||
SubjectId = noneDicomStudy.SubjectId,
|
||||
//SubjectVisitId = noneDicomStudy.SubjectVisitId,
|
||||
//SubjectId = noneDicomStudy.SubjectId,
|
||||
ObjectRelationParentId = x.VisitTaskId,
|
||||
ObjectRelationParentId2 = x.NoneDicomStudyId,
|
||||
ObjectRelationParentId3 = x.OriginNoneDicomStudyId,
|
||||
|
|
Loading…
Reference in New Issue