仲裁问题排序修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user