From 63026d9b0683918b7a167235e786a0192d006f5d Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Fri, 30 Aug 2024 14:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E8=AE=B0=E5=BD=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8E=A5=E5=8F=A3=20=E6=96=B0=E5=A2=9E=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E8=80=83=E8=AF=95=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs | 5 +++-- Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs b/Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs index 22d10abf..5c526c11 100644 --- a/Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs +++ b/Tiobon.Core.Model/View/Ghre/Ghre_StudyRecord.Dto.View.cs @@ -135,7 +135,7 @@ public class Ghre_StudyRecordDto : Ghre_StudyRecord /// 必/选修人员 /// public string StaffTypeLabel { get; set; } - + /// /// 考试时长 /// @@ -149,9 +149,10 @@ public class Ghre_StudyRecordDto : Ghre_StudyRecord public string IsPass { get; set; } public int UpdateYN { get; set; } = 0; - + /// /// 考试状态 /// public string ExamStatus { get; set; } + public bool? IsViewResult { get; set; } = false; } diff --git a/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs b/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs index 99700bee..33f8b1b8 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs @@ -109,6 +109,9 @@ public class Ghre_StudyRecordServices : BaseServices(filter.pageNum, total, filter.pageSize, entitys);