Compare commits

..

No commits in common. "02e9d1b7cd6ffe96393f297960c02465cd7303b9" and "5eb152a5af3879a4000816eeac943398e1e707aa" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -2000,8 +2000,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid ReadingQuestionTrialId { get; set; }
public int ShowOrder { get; set; }
/// <summary>
/// 裁判百分比或绝对值的相差值
/// </summary>

View File

@ -43,12 +43,11 @@ 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,
}).OrderBy(x=>x.ShowOrder).ToListAsync();
}).ToListAsync();
return (result, new