From 5c769fb1323c1e87826b105ab305060b0429c18e Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Tue, 9 Jul 2024 15:51:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=AF=84=E8=AF=AD=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Api/Tiobon.Core.xml | 2 +- Tiobon.Core.Services/Ghre/Ghre_ExamRecordServices.cs | 4 +++- Tiobon.Core/Tiobon.Core.xml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Tiobon.Core.Api/Tiobon.Core.xml b/Tiobon.Core.Api/Tiobon.Core.xml index 6d7a55f4..a509bc67 100644 --- a/Tiobon.Core.Api/Tiobon.Core.xml +++ b/Tiobon.Core.Api/Tiobon.Core.xml @@ -798,7 +798,7 @@ - 获取考试记录明细扩展接口 + 提交评语接口 diff --git a/Tiobon.Core.Services/Ghre/Ghre_ExamRecordServices.cs b/Tiobon.Core.Services/Ghre/Ghre_ExamRecordServices.cs index 27f97611..1273b8f0 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_ExamRecordServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_ExamRecordServices.cs @@ -297,6 +297,8 @@ public class Ghre_ExamRecordServices : BaseServices { var recordDetail = details.FirstOrDefault(m => m.ExamPaperQuestionId == x.Id); - recordDetail.Score = x.Score; + recordDetail.Score = x.RealScore; recordDetail.IsCorrect = x.Score == x.RealScore ? true : false; }); diff --git a/Tiobon.Core/Tiobon.Core.xml b/Tiobon.Core/Tiobon.Core.xml index 6d7a55f4..a509bc67 100644 --- a/Tiobon.Core/Tiobon.Core.xml +++ b/Tiobon.Core/Tiobon.Core.xml @@ -798,7 +798,7 @@ - 获取考试记录明细扩展接口 + 提交评语接口