Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
ffb5d46ca3
|
@ -1847,6 +1847,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public decimal? JudgeDifferenceValue { get; set; }
|
public decimal? JudgeDifferenceValue { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 类型
|
||||||
|
/// </summary>
|
||||||
|
public string Type { get; set; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 裁判百分比或绝对值的相差值匹配规则
|
/// 裁判百分比或绝对值的相差值匹配规则
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -46,6 +46,7 @@ namespace IRaCIS.Application.Services
|
||||||
QuestionGenre=x.QuestionGenre,
|
QuestionGenre=x.QuestionGenre,
|
||||||
DictionaryCode=x.DictionaryCode,
|
DictionaryCode=x.DictionaryCode,
|
||||||
JudgeType = x.JudgeType,
|
JudgeType = x.JudgeType,
|
||||||
|
Type=x.Type,
|
||||||
ReadingQuestionTrialId = x.Id,
|
ReadingQuestionTrialId = x.Id,
|
||||||
JudgeDifferenceValue= x.JudgeDifferenceValue,
|
JudgeDifferenceValue= x.JudgeDifferenceValue,
|
||||||
JudgeDifferenceType=x.JudgeDifferenceType,
|
JudgeDifferenceType=x.JudgeDifferenceType,
|
||||||
|
@ -1005,7 +1006,6 @@ namespace IRaCIS.Application.Services
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
noteEqual = false;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue