This commit is contained in:
he
2024-04-08 14:45:39 +08:00
parent 0a30107859
commit e1383445e2
2 changed files with 58 additions and 28 deletions
@@ -2719,7 +2719,8 @@ namespace IRaCIS.Core.Infra.EFCore.Common
t.QuestionEnName,
QuestionId = t.Id,
t.DictionaryCode,
t.ShowOrder,
t.Unit,
t.ShowOrder,
AnswerType = t.Type,
}).OrderBy(t => t.ShowOrder).ToListAsync();
@@ -2755,6 +2756,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
t.ReadingQuestionTrial.CustomUnit,
t.DictionaryCode,
t.QuestionName,
t.Unit,
t.QuestionEnName,
QuestionId = t.Id,
t.ShowOrder,