Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-06 16:05:42 +08:00
2 changed files with 4 additions and 1 deletions
@@ -2000,6 +2000,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid ReadingQuestionTrialId { get; set; }
public int ShowOrder { get; set; }
/// <summary>
/// 裁判百分比或绝对值的相差值
/// </summary>
@@ -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