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

Uat_IRC_Net8
he 2025-07-10 13:16:43 +08:00
parent 88cb7b8a1a
commit bce2ed0dfa
1 changed files with 4 additions and 0 deletions

View File

@ -3375,6 +3375,10 @@ namespace IRaCIS.Core.Infra.EFCore.Common
extraIdentification = "/Nontumorous"; extraIdentification = "/Nontumorous";
} }
if (readingQuestion.ReadingQuestionCriterionTrial.CriterionType == CriterionType.SelfDefine)
{
extraIdentification = "/SelfDefine";
}
await InsertInspection<ReadingTableAnswerRowInfo>(entity, type, x => new InspectionConvertDTO() await InsertInspection<ReadingTableAnswerRowInfo>(entity, type, x => new InspectionConvertDTO()