仲裁问题排序修改

This commit is contained in:
he
2025-08-06 15:04:18 +08:00
parent 75abc7834b
commit 1050e988c3
2 changed files with 4 additions and 1 deletions
@@ -43,11 +43,12 @@ namespace IRaCIS.Core.Application.Service
DictionaryCode = x.DictionaryCode,
JudgeType = x.JudgeType,
Type = x.Type,
ShowOrder= x.ShowOrder,
Unit = x.Unit,
ReadingQuestionTrialId = x.Id,
JudgeDifferenceValue = x.JudgeDifferenceValue,
JudgeDifferenceType = x.JudgeDifferenceType,
}).ToListAsync();
}).OrderBy(x=>x.ShowOrder).ToListAsync();
return (result, new