稽查修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
88cb7b8a1a
commit
bce2ed0dfa
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue