diff --git a/Tiobon.Core.Model/ViewModels/Extend/Ghre_StudyRecordESS.cs b/Tiobon.Core.Model/ViewModels/Extend/Ghre_StudyRecordESS.cs index 54ade0ff..ea0f2f3e 100644 --- a/Tiobon.Core.Model/ViewModels/Extend/Ghre_StudyRecordESS.cs +++ b/Tiobon.Core.Model/ViewModels/Extend/Ghre_StudyRecordESS.cs @@ -1,4 +1,6 @@ -namespace Tiobon.Core.Model; +using static Tiobon.Core.Model.Consts; + +namespace Tiobon.Core.Model; public class Ghre_StudyRecordESS { @@ -109,6 +111,7 @@ public class Ghre_StudyRecordESS public string ExamDateString { get; set; } public string ExamStatus { get; set; } + public string CompleteStatus { get; set; } = DIC_STUDY_RECORD_STUDY_COMPLETE_STATUS.NO_FINISH; public long? ExamId { get; set; } diff --git a/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs b/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs index 98e01d9e..c60b0730 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_StudyRecordServices.cs @@ -846,7 +846,7 @@ public class Ghre_StudyRecordServices : BaseServices + + + 考试管理-学习完成标准 + + + + + 学习完成+考试合格 + + + + + 学习完成 + + + + + 不学习但考试合格 + + 培训规则种类 @@ -39643,6 +39663,21 @@ 已完成 + + + 培训记录-学习状态 + + + + + 已完成 + + + + + 未完成 + + 考试记录-状态