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);