修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user