From 14b1a62a1f271f21b1c8d71745f02bce8183d1e8 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 2 Jul 2025 10:01:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A3=81=E5=88=A4=E7=9A=84?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ReadingCriterionQuestion/ReadingQuestionTrial.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs index 6d1fd4594..dc8052af2 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs @@ -157,16 +157,16 @@ public class ReadingQuestionTrial : BaseAddAuditEntity public Guid? SystemParentId { get; set; } [Comment("答案分组")] - public string AnswerGroup { get; set; } = string.Empty; + public string AnswerGroup { get; set; } = "[]"; [Comment("答案组合")] - public string AnswerCombination { get; set; } = string.Empty; + public string AnswerCombination { get; set; } = "[]"; [Comment("裁判类型")] public JudgeTypeEnum JudgeType { get; set; } = JudgeTypeEnum.AnswerDisaffinity; [Comment("裁判百分比或绝对值的相差值")] - public decimal? JudgeDifferenceValue { get; set; } + public decimal? JudgeDifferenceValue { get; set; } = 0; [Comment("裁判百分比或绝对值的相差值匹配规则")] public JudgeDifferenceType JudgeDifferenceType { get; set; }